Shades of Laurel #728F77
Tints of Laurel #728F77
RGB
CMYK
RGB Variations
Color information
#728F77 (or 0x728F77) is known color: Laurel. HEX triplet: 72, 8F and 77. RGB value is (114,143,119). Sum of RGB (Red+Green+Blue) = 114+143+119=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #728F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F77 is #8D7088. Grayscale: #838383. Windows color (decimal): -9269385 or 7835506. OLE color: 7835506.
HSL color Cylindrical-coordinate representation of color #728F77: hue angle of 130.34º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F77 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 119 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.44 |
| HSL | 130.34º | 0.11% | 0.5% | - |
| HSV(B) | 130.34º | 0.2% | 0.56% | - |
| XYZ | 20.09 | 24.55 | 21.13 | - |
| YUV | 131.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 119 | 0.20 | 0 | 0.17 | 0.44 | 130.34 | 0.11 | 0.5 |
| Hex | 72 | 8F | 77 | 14 | 0 | 11 | 2C | 82 | B | 32 |
| Octal | 162 | 217 | 167 | 24 | 0 | 21 | 54 | 202 | 13 | 62 |
| Binary | 1110010 | 10001111 | 1110111 | 10100 | 0 | 10001 | 101100 | 10000010 | 1011 | 110010 |
Color Harmonies of #728F77
Complementary color
Monochromatic Colors of #728F77
Black with #728F77
Text Example
Text Example
White with #728F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F77; }
p { color: rgb(114,143,119); }
H1.HeaderClassName
{
color: #728F77;
}
.AnyTagClassName
{
color: #728F77;
}
</style>
background-color css
<style>
a { background-color: #728F77; }
a { background-color: rgb(114,143,119); }
div.DivClassName
{
background-color: #728F77;
}
.BgClassName
{
background-color: #728F77;
}
</style>
border-color css
<style>
span { border-color: #728F77; }
span { border-color: rgb(114,143,119); }
td.TdClassName
{
border-color: #728F77;
}
.TagClassName
{
border-color: #728F77;
}
</style>