COLOR #769975

HEX: #769975
RGB: (118,153,117)

Color info

#769975 contains red, green and blue colors in about the same proportion. Web safe color of #769975 is #669966 (or #696).

RGB color model

#769975 color RGB value is (118,153,117).

  • red value is 118;
  • green value is 153;
  • blue value is 117.
RGB:
(118,153,117)
(46%,60%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 117 of 255 = 46%

118
153
117

R + G + B ~ 51%. #769975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 153 + 117 = 388 (100%)
R 118 of 388 ~ 30.41%
G 153 of 388 ~ 39.43%
B 117 of 388 ~ 30.15%

%30.41
%39.43
%30.15

CMYK color model

#769975 color CMYK value is (23,0,24,40).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(23,0,24,40)
C23M0Y24K40 
(23%,0%,24%,40%)
(0.23/0.00/0.24/0.40)	

CMYK percentages

%22.88
%0
%23.53
%40

Codes

Color #769975 in popluar color models

769975
RGB118153117
HSL118°15.00%52.94%
HSB/HSV118°23.53%60.00%
CMYK22.88%0.00%23.53%
40.00%

Color #769975 in popluar number systems.

HEX769975
Decimal118153117
Binary1110110100110011110101
Octal166231165

Shades and tints

Shades of #769975

#769975
(118,153,117)
#6C8C6B
(108,140,107)
#627F61
(98,127,97)
#587257
(88,114,87)
#4E654D
(78,101,77)
#445843
(68,88,67)
#3A4B39
(58,75,57)
#303E2F
(48,62,47)
#263125
(38,49,37)
#1C241B
(28,36,27)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #769975

#769975
(118,153,117)
#82A281
(130,162,129)
#8EAB8D
(142,171,141)
#9AB499
(154,180,153)
#A6BDA5
(166,189,165)
#B2C6B1
(178,198,177)
#BECFBD
(190,207,189)
#CAD8C9
(202,216,201)
#D6E1D5
(214,225,213)
#E2EAE1
(226,234,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769975 color. Also use rgb(118,153,117) instead hex code.

Text Font Color

.myTextColor { color: #769975; }

<p style="color:#769975">This sample text font color is #769975.</p>

This text font color is #769975.


Background Color

.myBgColor { background-color: #769975; }

<div style="background-color:#769975">Inner text</div>

This div background color is #769975.


Border color

.myBorderColor { border: 1px solid #769975; }

<div style="border:3px solid #769975">Div</div>

This div border color is #769975.


Opacity

.myOpacity80 { color: #769975; opacity: 0.8; }

<p style="color:#769975;opacity:0.8;">80%</p>

Text with #769975 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #769975;}

<p style="text-shadow: 3px 3px 1px #769975">Text here.</p>

This text has shadow with #769975 color.

.textShadow {text-shadow: 3px 3px 1px #769975, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #769975, 5px 5px 20px red">Text here.</p>

This text has shadow with #769975 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#769975, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#769975, Direction=45, Strength=4)">Text</p>

This text has shadow with #769975 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #769975;
  -webkit-box-shadow:	1px 1px 3px 2px #769975;
  box-shadow:		1px 1px 3px 2px #769975;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #769975;
-webkit-box-shadow: 1px 1px 3px 2px #769975;
box-shadow:1px 1px 3px 2px #769975;">
Div content here</div>
This div box has shadow with color #769975.

Preview

Color preview on black background

This text has color #769975 on black background.


Color preview on white background

This text has color #769975 on white background.



Black color preview on #769975 background

This text has black color on #769975 background.


White color preview on #769975 background

This text has white color on #769975 background.