Shades of Crete #726D2E
Tints of Crete #726D2E
RGB
CMYK
RGB Variations
Color information
#726D2E (or 0x726D2E) is known color: Crete. HEX triplet: 72, 6D and 2E. RGB value is (114,109,46). Sum of RGB (Red+Green+Blue) = 114+109+46=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #726D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D2E is #8D92D1. Grayscale: #676767. Windows color (decimal): -9278162 or 3042674. OLE color: 3042674.
HSL color Cylindrical-coordinate representation of color #726D2E: hue angle of 55.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #726D2E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 46 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.55 |
| HSL | 55.59º | 0.43% | 0.31% | - |
| HSV(B) | 55.59º | 0.6% | 0.45% | - |
| XYZ | 12.9 | 14.71 | 4.74 | - |
| YUV | 103.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 46 | 0 | 0.04 | 0.60 | 0.55 | 55.59 | 0.43 | 0.31 |
| Hex | 72 | 6D | 2E | 0 | 4 | 3C | 37 | 38 | 2A | 1F |
| Octal | 162 | 155 | 56 | 0 | 4 | 74 | 67 | 70 | 52 | 37 |
| Binary | 1110010 | 1101101 | 101110 | 0 | 100 | 111100 | 110111 | 111000 | 101010 | 11111 |
Color Harmonies of #726D2E
Complementary color
Monochromatic Colors of #726D2E
Black with #726D2E
Text Example
Text Example
White with #726D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D2E; }
p { color: rgb(114,109,46); }
H1.HeaderClassName
{
color: #726D2E;
}
.AnyTagClassName
{
color: #726D2E;
}
</style>
background-color css
<style>
a { background-color: #726D2E; }
a { background-color: rgb(114,109,46); }
div.DivClassName
{
background-color: #726D2E;
}
.BgClassName
{
background-color: #726D2E;
}
</style>
border-color css
<style>
span { border-color: #726D2E; }
span { border-color: rgb(114,109,46); }
td.TdClassName
{
border-color: #726D2E;
}
.TagClassName
{
border-color: #726D2E;
}
</style>