Shades of Crete #726E3B
Tints of Crete #726E3B
RGB
CMYK
RGB Variations
Color information
#726E3B (or 0x726E3B) is known color: Crete. HEX triplet: 72, 6E and 3B. RGB value is (114,110,59). Sum of RGB (Red+Green+Blue) = 114+110+59=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E3B is #8D91C4. Grayscale: #696969. Windows color (decimal): -9277893 or 3894898. OLE color: 3894898.
HSL color Cylindrical-coordinate representation of color #726E3B: hue angle of 55.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726E3B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 59 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.55 |
| HSL | 55.64º | 0.32% | 0.34% | - |
| HSV(B) | 55.64º | 0.48% | 0.45% | - |
| XYZ | 13.3 | 15.05 | 6.34 | - |
| YUV | 105.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 59 | 0 | 0.04 | 0.48 | 0.55 | 55.64 | 0.32 | 0.34 |
| Hex | 72 | 6E | 3B | 0 | 4 | 30 | 37 | 38 | 20 | 22 |
| Octal | 162 | 156 | 73 | 0 | 4 | 60 | 67 | 70 | 40 | 42 |
| Binary | 1110010 | 1101110 | 111011 | 0 | 100 | 110000 | 110111 | 111000 | 100000 | 100010 |
Color Harmonies of #726E3B
Complementary color
Monochromatic Colors of #726E3B
Black with #726E3B
Text Example
Text Example
White with #726E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E3B; }
p { color: rgb(114,110,59); }
H1.HeaderClassName
{
color: #726E3B;
}
.AnyTagClassName
{
color: #726E3B;
}
</style>
background-color css
<style>
a { background-color: #726E3B; }
a { background-color: rgb(114,110,59); }
div.DivClassName
{
background-color: #726E3B;
}
.BgClassName
{
background-color: #726E3B;
}
</style>
border-color css
<style>
span { border-color: #726E3B; }
span { border-color: rgb(114,110,59); }
td.TdClassName
{
border-color: #726E3B;
}
.TagClassName
{
border-color: #726E3B;
}
</style>