#77A088

Color #77A088 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #77A088

Tints of Bay Leaf #77A088

Color information

#77A088 (or 0x77A088) is unknown color: approx Bay Leaf. HEX triplet: 77, A0 and 88. RGB value is (119,160,136). Sum of RGB (Red+Green+Blue) = 119+160+136=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #77A088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A088 is #885F77. Grayscale: #919191. Windows color (decimal): -8937336 or 8953975. OLE color: 8953975.

HSL color Cylindrical-coordinate representation of color #77A088: hue angle of 144.88º 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 #77A088 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB119160136-
CMYK0.2600.150.37
HSL144.88º17.75%54.71%-
HSV(B)144.88º25.62%62.75%-
XYZ24.6230.8427.95-
YUV145122.92109.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=28.67%
G=38.55%
B=32.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191601360.2600.150.37144.8817.7554.71
Hex77A0881A0F25911237
Octal16724021032017452212267
Binary1110111101000001000100011010011111001011001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A088;
 }
 .AnyTagClassName
 {
   color: #77A088;
 }
</style>
background-color css

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

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

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

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

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

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