Html Css Color HEX #77A488 Bay Leaf

📋 copy color: '#77A488'

red 119 ◦ green 164 ◦ blue 136

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

Shades of Bay Leaf #77A488

Tints of Bay Leaf #77A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 28.4%
G = 39.14%
B = 32.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#77A488 (or 0x77A488) is known color: Bay Leaf. HEX triplet: 77, A4 and 88. RGB value is (119,164,136). Sum of RGB (Red+Green+Blue) = 119+164+136=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #77A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A488 is #885B77. Grayscale: #939393. Windows color (decimal): -8936312 or 8954999. OLE color: 8954999.

HSL color Cylindrical-coordinate representation of color #77A488: hue angle of 142.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A488 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 136 -
CMYK 0.27 0 0.17 0.36
HSL 142.67º 0.2% 0.55% -
HSV(B) 142.67º 0.27% 0.64% -
XYZ 25.33 32.25 28.18 -
YUV 147.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 119 164 136 0.27 0 0.17 0.36 142.67 0.2 0.55
Hex 77 A4 88 1B 0 11 24 8F 14 37
Octal 167 244 210 33 0 21 44 217 24 67
Binary 1110111 10100100 10001000 11011 0 10001 100100 10001111 10100 110111

Color Harmonies of #77A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A488

Black with #77A488

Text Example


Text Example

White with #77A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,136); }

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

background-color css

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

 a { background-color: rgb(119,164,136); }

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

border-color css

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

 span { border-color: rgb(119,164,136); }

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