Shades of Laurel #748A76
Tints of Laurel #748A76
RGB
CMYK
RGB Variations
Color information
#748A76 (or 0x748A76) is known color: Laurel. HEX triplet: 74, 8A and 76. RGB value is (116,138,118). Sum of RGB (Red+Green+Blue) = 116+138+118=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #748A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A76 is #8B7589. Grayscale: #818181. Windows color (decimal): -9139594 or 7768692. OLE color: 7768692.
HSL color Cylindrical-coordinate representation of color #748A76: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #748A76 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 118 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.46 |
| HSL | 125.45º | 0.09% | 0.5% | - |
| HSV(B) | 125.45º | 0.16% | 0.54% | - |
| XYZ | 19.56 | 23.2 | 20.59 | - |
| YUV | 129.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 118 | 0.16 | 0 | 0.14 | 0.46 | 125.45 | 0.09 | 0.5 |
| Hex | 74 | 8A | 76 | 10 | 0 | E | 2E | 7D | 9 | 32 |
| Octal | 164 | 212 | 166 | 20 | 0 | 16 | 56 | 175 | 11 | 62 |
| Binary | 1110100 | 10001010 | 1110110 | 10000 | 0 | 1110 | 101110 | 1111101 | 1001 | 110010 |
Color Harmonies of #748A76
Complementary color
Monochromatic Colors of #748A76
Black with #748A76
Text Example
Text Example
White with #748A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A76; }
p { color: rgb(116,138,118); }
H1.HeaderClassName
{
color: #748A76;
}
.AnyTagClassName
{
color: #748A76;
}
</style>
background-color css
<style>
a { background-color: #748A76; }
a { background-color: rgb(116,138,118); }
div.DivClassName
{
background-color: #748A76;
}
.BgClassName
{
background-color: #748A76;
}
</style>
border-color css
<style>
span { border-color: #748A76; }
span { border-color: rgb(116,138,118); }
td.TdClassName
{
border-color: #748A76;
}
.TagClassName
{
border-color: #748A76;
}
</style>