Html Css Color HEX #77AA82 Bay Leaf

📋 copy color: '#77AA82'

red 119 ◦ green 170 ◦ blue 130

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

Shades of Bay Leaf #77AA82

Tints of Bay Leaf #77AA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 28.4%
G = 40.57%
B = 31.03%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#77AA82 (or 0x77AA82) is known color: Bay Leaf. HEX triplet: 77, AA and 82. RGB value is (119,170,130). Sum of RGB (Red+Green+Blue) = 119+170+130=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA82 is #88557D. Grayscale: #969696. Windows color (decimal): -8934782 or 8563319. OLE color: 8563319.

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

Color convert

RGB 119 170 130 -
CMYK 0.3 0 0.24 0.33
HSL 132.94º 0.23% 0.57% -
HSV(B) 132.94º 0.3% 0.67% -
XYZ 26.01 34.28 26.37 -
YUV 150.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 119 170 130 0.3 0 0.24 0.33 132.94 0.23 0.57
Hex 77 AA 82 1E 0 18 21 85 17 39
Octal 167 252 202 36 0 30 41 205 27 71
Binary 1110111 10101010 10000010 11110 0 11000 100001 10000101 10111 111001

Color Harmonies of #77AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA82

Black with #77AA82

Text Example


Text Example

White with #77AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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