Html Css Color HEX #77AA89 Bay Leaf

📋 copy color: '#77AA89'

red 119 ◦ green 170 ◦ blue 137

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

Shades of Bay Leaf #77AA89

Tints of Bay Leaf #77AA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 27.93%
G = 39.91%
B = 32.16%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#77AA89 (or 0x77AA89) is known color: Bay Leaf. HEX triplet: 77, AA and 89. RGB value is (119,170,137). Sum of RGB (Red+Green+Blue) = 119+170+137=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA89 is #885576. Grayscale: #979797. Windows color (decimal): -8934775 or 9022071. OLE color: 9022071.

HSL color Cylindrical-coordinate representation of color #77AA89: hue angle of 141.18º 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 #77AA89 is Cyan = 0.3, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 137 -
CMYK 0.3 0 0.19 0.33
HSL 141.18º 0.23% 0.57% -
HSV(B) 141.18º 0.3% 0.67% -
XYZ 26.5 34.48 28.93 -
YUV 150.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 119 170 137 0.3 0 0.19 0.33 141.18 0.23 0.57
Hex 77 AA 89 1E 0 13 21 8D 17 39
Octal 167 252 211 36 0 23 41 215 27 71
Binary 1110111 10101010 10001001 11110 0 10011 100001 10001101 10111 111001

Color Harmonies of #77AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA89

Black with #77AA89

Text Example


Text Example

White with #77AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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