Shades of Laurel #748F76
Tints of Laurel #748F76
RGB
CMYK
RGB Variations
Color information
#748F76 (or 0x748F76) is known color: Laurel. HEX triplet: 74, 8F and 76. RGB value is (116,143,118). Sum of RGB (Red+Green+Blue) = 116+143+118=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #748F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F76 is #8B7089. Grayscale: #848484. Windows color (decimal): -9138314 or 7769972. OLE color: 7769972.
HSL color Cylindrical-coordinate representation of color #748F76: hue angle of 124.44º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748F76 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 118 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.44 |
| HSL | 124.44º | 0.11% | 0.51% | - |
| HSV(B) | 124.44º | 0.19% | 0.56% | - |
| XYZ | 20.29 | 24.67 | 20.83 | - |
| YUV | 132.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 118 | 0.19 | 0 | 0.17 | 0.44 | 124.44 | 0.11 | 0.51 |
| Hex | 74 | 8F | 76 | 13 | 0 | 11 | 2C | 7C | B | 33 |
| Octal | 164 | 217 | 166 | 23 | 0 | 21 | 54 | 174 | 13 | 63 |
| Binary | 1110100 | 10001111 | 1110110 | 10011 | 0 | 10001 | 101100 | 1111100 | 1011 | 110011 |
Color Harmonies of #748F76
Complementary color
Monochromatic Colors of #748F76
Black with #748F76
Text Example
Text Example
White with #748F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F76; }
p { color: rgb(116,143,118); }
H1.HeaderClassName
{
color: #748F76;
}
.AnyTagClassName
{
color: #748F76;
}
</style>
background-color css
<style>
a { background-color: #748F76; }
a { background-color: rgb(116,143,118); }
div.DivClassName
{
background-color: #748F76;
}
.BgClassName
{
background-color: #748F76;
}
</style>
border-color css
<style>
span { border-color: #748F76; }
span { border-color: rgb(116,143,118); }
td.TdClassName
{
border-color: #748F76;
}
.TagClassName
{
border-color: #748F76;
}
</style>