Html Css Color HEX #77AB8E Bay Leaf

📋 copy color: '#77AB8E'

red 119 ◦ green 171 ◦ blue 142

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

Shades of Bay Leaf #77AB8E

Tints of Bay Leaf #77AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

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

R = 27.55%
G = 39.58%
B = 32.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#77AB8E (or 0x77AB8E) is known color: Bay Leaf. HEX triplet: 77, AB and 8E. RGB value is (119,171,142). Sum of RGB (Red+Green+Blue) = 119+171+142=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB8E is #885471. Grayscale: #989898. Windows color (decimal): -8934514 or 9350007. OLE color: 9350007.

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

Color convert

RGB 119 171 142 -
CMYK 0.30 0 0.17 0.33
HSL 146.54º 0.24% 0.57% -
HSV(B) 146.54º 0.3% 0.67% -
XYZ 27.05 35 30.92 -
YUV 152.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 119 171 142 0.30 0 0.17 0.33 146.54 0.24 0.57
Hex 77 AB 8E 1E 0 11 21 93 18 39
Octal 167 253 216 36 0 21 41 223 30 71
Binary 1110111 10101011 10001110 11110 0 10001 100001 10010011 11000 111001

Color Harmonies of #77AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AB8E

Black with #77AB8E

Text Example


Text Example

White with #77AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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