Html Css Color HEX #77AA84 Bay Leaf

📋 copy color: '#77AA84'

red 119 ◦ green 170 ◦ blue 132

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

Shades of Bay Leaf #77AA84

Tints of Bay Leaf #77AA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 28.27%
G = 40.38%
B = 31.35%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#77AA84 (or 0x77AA84) is known color: Bay Leaf. HEX triplet: 77, AA and 84. RGB value is (119,170,132). Sum of RGB (Red+Green+Blue) = 119+170+132=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA84 is #88557B. Grayscale: #969696. Windows color (decimal): -8934780 or 8694391. OLE color: 8694391.

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

Color convert

RGB 119 170 132 -
CMYK 0.3 0 0.22 0.33
HSL 135.29º 0.23% 0.57% -
HSV(B) 135.29º 0.3% 0.67% -
XYZ 26.15 34.34 27.08 -
YUV 150.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 119 170 132 0.3 0 0.22 0.33 135.29 0.23 0.57
Hex 77 AA 84 1E 0 16 21 87 17 39
Octal 167 252 204 36 0 26 41 207 27 71
Binary 1110111 10101010 10000100 11110 0 10110 100001 10000111 10111 111001

Color Harmonies of #77AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA84

Black with #77AA84

Text Example


Text Example

White with #77AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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