Shades of Crete #726F32
Tints of Crete #726F32
RGB
CMYK
RGB Variations
Color information
#726F32 (or 0x726F32) is known color: Crete. HEX triplet: 72, 6F and 32. RGB value is (114,111,50). Sum of RGB (Red+Green+Blue) = 114+111+50=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #726F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F32 is #8D90CD. Grayscale: #696969. Windows color (decimal): -9277646 or 3305330. OLE color: 3305330.
HSL color Cylindrical-coordinate representation of color #726F32: hue angle of 57.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726F32 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 50 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.55 |
| HSL | 57.19º | 0.39% | 0.32% | - |
| HSV(B) | 57.19º | 0.56% | 0.45% | - |
| XYZ | 13.2 | 15.18 | 5.25 | - |
| YUV | 104.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 50 | 0 | 0.03 | 0.56 | 0.55 | 57.19 | 0.39 | 0.32 |
| Hex | 72 | 6F | 32 | 0 | 3 | 38 | 37 | 39 | 27 | 20 |
| Octal | 162 | 157 | 62 | 0 | 3 | 70 | 67 | 71 | 47 | 40 |
| Binary | 1110010 | 1101111 | 110010 | 0 | 11 | 111000 | 110111 | 111001 | 100111 | 100000 |
Color Harmonies of #726F32
Complementary color
Monochromatic Colors of #726F32
Black with #726F32
Text Example
Text Example
White with #726F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F32; }
p { color: rgb(114,111,50); }
H1.HeaderClassName
{
color: #726F32;
}
.AnyTagClassName
{
color: #726F32;
}
</style>
background-color css
<style>
a { background-color: #726F32; }
a { background-color: rgb(114,111,50); }
div.DivClassName
{
background-color: #726F32;
}
.BgClassName
{
background-color: #726F32;
}
</style>
border-color css
<style>
span { border-color: #726F32; }
span { border-color: rgb(114,111,50); }
td.TdClassName
{
border-color: #726F32;
}
.TagClassName
{
border-color: #726F32;
}
</style>