Shades of Laurel #738F76
Tints of Laurel #738F76
RGB
CMYK
RGB Variations
Color information
#738F76 (or 0x738F76) is known color: Laurel. HEX triplet: 73, 8F and 76. RGB value is (115,143,118). Sum of RGB (Red+Green+Blue) = 115+143+118=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #738F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F76 is #8C7089. Grayscale: #838383. Windows color (decimal): -9203850 or 7769971. OLE color: 7769971.
HSL color Cylindrical-coordinate representation of color #738F76: hue angle of 126.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F76 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 118 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.44 |
| HSL | 126.43º | 0.11% | 0.51% | - |
| HSV(B) | 126.43º | 0.2% | 0.56% | - |
| XYZ | 20.16 | 24.6 | 20.82 | - |
| YUV | 131.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 118 | 0.20 | 0 | 0.17 | 0.44 | 126.43 | 0.11 | 0.51 |
| Hex | 73 | 8F | 76 | 14 | 0 | 11 | 2C | 7E | B | 33 |
| Octal | 163 | 217 | 166 | 24 | 0 | 21 | 54 | 176 | 13 | 63 |
| Binary | 1110011 | 10001111 | 1110110 | 10100 | 0 | 10001 | 101100 | 1111110 | 1011 | 110011 |
Color Harmonies of #738F76
Complementary color
Monochromatic Colors of #738F76
Black with #738F76
Text Example
Text Example
White with #738F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F76; }
p { color: rgb(115,143,118); }
H1.HeaderClassName
{
color: #738F76;
}
.AnyTagClassName
{
color: #738F76;
}
</style>
background-color css
<style>
a { background-color: #738F76; }
a { background-color: rgb(115,143,118); }
div.DivClassName
{
background-color: #738F76;
}
.BgClassName
{
background-color: #738F76;
}
</style>
border-color css
<style>
span { border-color: #738F76; }
span { border-color: rgb(115,143,118); }
td.TdClassName
{
border-color: #738F76;
}
.TagClassName
{
border-color: #738F76;
}
</style>