#779D87

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

Shades of Bay Leaf #779D87

Tints of Bay Leaf #779D87

Color information

#779D87 (or 0x779D87) is unknown color: approx Bay Leaf. HEX triplet: 77, 9D and 87. RGB value is (119,157,135). Sum of RGB (Red+Green+Blue) = 119+157+135=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #779D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D87 is #886278. Grayscale: #8F8F8F. Windows color (decimal): -8938105 or 8887671. OLE color: 8887671.

HSL color Cylindrical-coordinate representation of color #779D87: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D87 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB119157135-
CMYK0.2400.140.38
HSL145.26º16.24%54.12%-
HSV(B)145.26º24.2%61.57%-
XYZ24.0429.7927.4-
YUV143.13123.41110.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=28.95%
G=38.20%
B=32.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191571350.2400.140.38145.2616.2454.12
Hex779D87180E26911036
Octal16723520730016462212066
Binary1110111100111011000011111000011101001101001000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779D87; }

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

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

<style>
 a { background-color: #779D87; }

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

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

<style>
 span { border-color: #779D87; }

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

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