Shades of Crete #726E33
Tints of Crete #726E33
RGB
CMYK
RGB Variations
Color information
#726E33 (or 0x726E33) is known color: Crete. HEX triplet: 72, 6E and 33. RGB value is (114,110,51). Sum of RGB (Red+Green+Blue) = 114+110+51=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #726E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E33 is #8D91CC. Grayscale: #686868. Windows color (decimal): -9277901 or 3370610. OLE color: 3370610.
HSL color Cylindrical-coordinate representation of color #726E33: hue angle of 56.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726E33 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 51 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.55 |
| HSL | 56.19º | 0.38% | 0.32% | - |
| HSV(B) | 56.19º | 0.55% | 0.45% | - |
| XYZ | 13.11 | 14.97 | 5.33 | - |
| YUV | 104.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 51 | 0 | 0.04 | 0.55 | 0.55 | 56.19 | 0.38 | 0.32 |
| Hex | 72 | 6E | 33 | 0 | 4 | 37 | 37 | 38 | 26 | 20 |
| Octal | 162 | 156 | 63 | 0 | 4 | 67 | 67 | 70 | 46 | 40 |
| Binary | 1110010 | 1101110 | 110011 | 0 | 100 | 110111 | 110111 | 111000 | 100110 | 100000 |
Color Harmonies of #726E33
Complementary color
Monochromatic Colors of #726E33
Black with #726E33
Text Example
Text Example
White with #726E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E33; }
p { color: rgb(114,110,51); }
H1.HeaderClassName
{
color: #726E33;
}
.AnyTagClassName
{
color: #726E33;
}
</style>
background-color css
<style>
a { background-color: #726E33; }
a { background-color: rgb(114,110,51); }
div.DivClassName
{
background-color: #726E33;
}
.BgClassName
{
background-color: #726E33;
}
</style>
border-color css
<style>
span { border-color: #726E33; }
span { border-color: rgb(114,110,51); }
td.TdClassName
{
border-color: #726E33;
}
.TagClassName
{
border-color: #726E33;
}
</style>