Html Css Color HEX #77AA8E Bay Leaf

📋 copy color: '#77AA8E'

red 119 ◦ green 170 ◦ blue 142

#77AA8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #77AA8E

Tints of Bay Leaf #77AA8E

RGB

 RED value IS 119 (46.88% from 255) = 27.61%

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 27.61%
G = 39.44%
B = 32.95%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77AA8E (or 0x77AA8E) is known color: Bay Leaf. HEX triplet: 77, AA and 8E. RGB value is (119,170,142). Sum of RGB (Red+Green+Blue) = 119+170+142=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA8E is #885571. Grayscale: #979797. Windows color (decimal): -8934770 or 9349751. OLE color: 9349751.

HSL color Cylindrical-coordinate representation of color #77AA8E: hue angle of 147.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA8E is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 142 -
CMYK 0.3 0 0.16 0.33
HSL 147.06º 0.23% 0.57% -
HSV(B) 147.06º 0.3% 0.67% -
XYZ 26.86 34.62 30.86 -
YUV 151.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 119 170 142 0.3 0 0.16 0.33 147.06 0.23 0.57
Hex 77 AA 8E 1E 0 10 21 93 17 39
Octal 167 252 216 36 0 20 41 223 27 71
Binary 1110111 10101010 10001110 11110 0 10000 100001 10010011 10111 111001

Color Harmonies of #77AA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA8E

Black with #77AA8E

Text Example


Text Example

White with #77AA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AA8E; }

 p { color: rgb(119,170,142); }

 H1.HeaderClassName
 {
   color: #77AA8E;
 }
 .AnyTagClassName
 {
   color: #77AA8E;
 }
</style>

background-color css

<style>
 a { background-color: #77AA8E; }

 a { background-color: rgb(119,170,142); }

 div.DivClassName
 {
   background-color: #77AA8E;
 }
 .BgClassName
 {
   background-color: #77AA8E;
 }
</style>

border-color css

<style>
 span { border-color: #77AA8E; }

 span { border-color: rgb(119,170,142); }

 td.TdClassName
 {
   border-color: #77AA8E;
 }
 .TagClassName
 {
   border-color: #77AA8E;
 }
</style>