Html Css Color HEX #77A286 Bay Leaf

📋 copy color: '#77A286'

red 119 ◦ green 162 ◦ blue 134

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

Shades of Bay Leaf #77A286

Tints of Bay Leaf #77A286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 134 (52.73% from 255) = 32.29%

R = 28.67%
G = 39.04%
B = 32.29%

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

#77A286 (or 0x77A286) is known color: Bay Leaf. HEX triplet: 77, A2 and 86. RGB value is (119,162,134). Sum of RGB (Red+Green+Blue) = 119+162+134=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #77A286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A286 is #885D79. Grayscale: #929292. Windows color (decimal): -8936826 or 8823415. OLE color: 8823415.

HSL color Cylindrical-coordinate representation of color #77A286: hue angle of 140.93º degrees, saturation: 0.19, 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 #77A286 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 134 -
CMYK 0.27 0 0.17 0.36
HSL 140.93º 0.19% 0.55% -
HSV(B) 140.93º 0.27% 0.64% -
XYZ 24.83 31.48 27.32 -
YUV 145.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 119 162 134 0.27 0 0.17 0.36 140.93 0.19 0.55
Hex 77 A2 86 1B 0 11 24 8D 13 37
Octal 167 242 206 33 0 21 44 215 23 67
Binary 1110111 10100010 10000110 11011 0 10001 100100 10001101 10011 110111

Color Harmonies of #77A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A286

Black with #77A286

Text Example


Text Example

White with #77A286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,162,134); }

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

background-color css

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

 a { background-color: rgb(119,162,134); }

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

border-color css

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

 span { border-color: rgb(119,162,134); }

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