Shades of Crete #726F2F
Tints of Crete #726F2F
RGB
CMYK
RGB Variations
Color information
#726F2F (or 0x726F2F) is known color: Crete. HEX triplet: 72, 6F and 2F. RGB value is (114,111,47). Sum of RGB (Red+Green+Blue) = 114+111+47=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #726F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F2F is #8D90D0. Grayscale: #686868. Windows color (decimal): -9277649 or 3108722. OLE color: 3108722.
HSL color Cylindrical-coordinate representation of color #726F2F: hue angle of 57.31º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #726F2F is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 47 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.55 |
| HSL | 57.31º | 0.42% | 0.32% | - |
| HSV(B) | 57.31º | 0.59% | 0.45% | - |
| XYZ | 13.14 | 15.15 | 4.92 | - |
| YUV | 104.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 47 | 0 | 0.03 | 0.59 | 0.55 | 57.31 | 0.42 | 0.32 |
| Hex | 72 | 6F | 2F | 0 | 3 | 3B | 37 | 39 | 2A | 20 |
| Octal | 162 | 157 | 57 | 0 | 3 | 73 | 67 | 71 | 52 | 40 |
| Binary | 1110010 | 1101111 | 101111 | 0 | 11 | 111011 | 110111 | 111001 | 101010 | 100000 |
Color Harmonies of #726F2F
Complementary color
Monochromatic Colors of #726F2F
Black with #726F2F
Text Example
Text Example
White with #726F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F2F; }
p { color: rgb(114,111,47); }
H1.HeaderClassName
{
color: #726F2F;
}
.AnyTagClassName
{
color: #726F2F;
}
</style>
background-color css
<style>
a { background-color: #726F2F; }
a { background-color: rgb(114,111,47); }
div.DivClassName
{
background-color: #726F2F;
}
.BgClassName
{
background-color: #726F2F;
}
</style>
border-color css
<style>
span { border-color: #726F2F; }
span { border-color: rgb(114,111,47); }
td.TdClassName
{
border-color: #726F2F;
}
.TagClassName
{
border-color: #726F2F;
}
</style>