Html Css Color HEX #77A187 Bay Leaf

📋 copy color: '#77A187'

red 119 ◦ green 161 ◦ blue 135

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

Shades of Bay Leaf #77A187

Tints of Bay Leaf #77A187

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 135 (53.13% from 255) = 32.53%

R = 28.67%
G = 38.8%
B = 32.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#77A187 (or 0x77A187) is known color: Bay Leaf. HEX triplet: 77, A1 and 87. RGB value is (119,161,135). Sum of RGB (Red+Green+Blue) = 119+161+135=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #77A187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A187 is #885E78. Grayscale: #919191. Windows color (decimal): -8937081 or 8888695. OLE color: 8888695.

HSL color Cylindrical-coordinate representation of color #77A187: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A187 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 161 135 -
CMYK 0.26 0 0.16 0.37
HSL 142.86º 0.18% 0.55% -
HSV(B) 142.86º 0.26% 0.63% -
XYZ 24.73 31.16 27.63 -
YUV 145.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 119 161 135 0.26 0 0.16 0.37 142.86 0.18 0.55
Hex 77 A1 87 1A 0 10 25 8F 12 37
Octal 167 241 207 32 0 20 45 217 22 67
Binary 1110111 10100001 10000111 11010 0 10000 100101 10001111 10010 110111

Color Harmonies of #77A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A187

Black with #77A187

Text Example


Text Example

White with #77A187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,161,135); }

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

background-color css

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

 a { background-color: rgb(119,161,135); }

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

border-color css

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

 span { border-color: rgb(119,161,135); }

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