Shades of Bay Leaf #76A087
Tints of Bay Leaf #76A087
RGB
CMYK
RGB Variations
Color information
#76A087 (or 0x76A087) is known color: Bay Leaf. HEX triplet: 76, A0 and 87. RGB value is (118,160,135). Sum of RGB (Red+Green+Blue) = 118+160+135=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #76A087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A087 is #895F78. Grayscale: #909090. Windows color (decimal): -9002873 or 8888438. OLE color: 8888438.
HSL color Cylindrical-coordinate representation of color #76A087: hue angle of 144.29º 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 #76A087 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 135 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.37 |
| HSL | 144.29º | 0.18% | 0.55% | - |
| HSV(B) | 144.29º | 0.26% | 0.63% | - |
| XYZ | 24.42 | 30.74 | 27.57 | - |
| YUV | 144.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 135 | 0.26 | 0 | 0.16 | 0.37 | 144.29 | 0.18 | 0.55 |
| Hex | 76 | A0 | 87 | 1A | 0 | 10 | 25 | 90 | 12 | 37 |
| Octal | 166 | 240 | 207 | 32 | 0 | 20 | 45 | 220 | 22 | 67 |
| Binary | 1110110 | 10100000 | 10000111 | 11010 | 0 | 10000 | 100101 | 10010000 | 10010 | 110111 |
Color Harmonies of #76A087
Complementary color
Monochromatic Colors of #76A087
Black with #76A087
Text Example
Text Example
White with #76A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A087; }
p { color: rgb(118,160,135); }
H1.HeaderClassName
{
color: #76A087;
}
.AnyTagClassName
{
color: #76A087;
}
</style>
background-color css
<style>
a { background-color: #76A087; }
a { background-color: rgb(118,160,135); }
div.DivClassName
{
background-color: #76A087;
}
.BgClassName
{
background-color: #76A087;
}
</style>
border-color css
<style>
span { border-color: #76A087; }
span { border-color: rgb(118,160,135); }
td.TdClassName
{
border-color: #76A087;
}
.TagClassName
{
border-color: #76A087;
}
</style>