Shades of Bay Leaf #77AF8B
Tints of Bay Leaf #77AF8B
RGB
CMYK
RGB Variations
Color information
#77AF8B (or 0x77AF8B) is known color: Bay Leaf. HEX triplet: 77, AF and 8B. RGB value is (119,175,139). Sum of RGB (Red+Green+Blue) = 119+175+139=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AF8B is #885074. Grayscale: #9A9A9A. Windows color (decimal): -8933493 or 9154423. OLE color: 9154423.
HSL color Cylindrical-coordinate representation of color #77AF8B: hue angle of 141.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AF8B is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 139 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.31 |
| HSL | 141.43º | 0.26% | 0.58% | - |
| HSV(B) | 141.43º | 0.32% | 0.69% | - |
| XYZ | 27.6 | 36.45 | 30.01 | - |
| YUV | 154.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 139 | 0.32 | 0 | 0.21 | 0.31 | 141.43 | 0.26 | 0.58 |
| Hex | 77 | AF | 8B | 20 | 0 | 15 | 1F | 8D | 1A | 3A |
| Octal | 167 | 257 | 213 | 40 | 0 | 25 | 37 | 215 | 32 | 72 |
| Binary | 1110111 | 10101111 | 10001011 | 100000 | 0 | 10101 | 11111 | 10001101 | 11010 | 111010 |
Color Harmonies of #77AF8B
Complementary color
Monochromatic Colors of #77AF8B
Black with #77AF8B
Text Example
Text Example
White with #77AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF8B; }
p { color: rgb(119,175,139); }
H1.HeaderClassName
{
color: #77AF8B;
}
.AnyTagClassName
{
color: #77AF8B;
}
</style>
background-color css
<style>
a { background-color: #77AF8B; }
a { background-color: rgb(119,175,139); }
div.DivClassName
{
background-color: #77AF8B;
}
.BgClassName
{
background-color: #77AF8B;
}
</style>
border-color css
<style>
span { border-color: #77AF8B; }
span { border-color: rgb(119,175,139); }
td.TdClassName
{
border-color: #77AF8B;
}
.TagClassName
{
border-color: #77AF8B;
}
</style>