Shades of Crete #726E2F
Tints of Crete #726E2F
RGB
CMYK
RGB Variations
Color information
#726E2F (or 0x726E2F) is known color: Crete. HEX triplet: 72, 6E and 2F. RGB value is (114,110,47). Sum of RGB (Red+Green+Blue) = 114+110+47=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #726E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E2F is #8D91D0. Grayscale: #686868. Windows color (decimal): -9277905 or 3108466. OLE color: 3108466.
HSL color Cylindrical-coordinate representation of color #726E2F: hue angle of 56.42º 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 #726E2F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 47 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.55 |
| HSL | 56.42º | 0.42% | 0.32% | - |
| HSV(B) | 56.42º | 0.59% | 0.45% | - |
| XYZ | 13.03 | 14.93 | 4.89 | - |
| YUV | 104.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 47 | 0 | 0.04 | 0.59 | 0.55 | 56.42 | 0.42 | 0.32 |
| Hex | 72 | 6E | 2F | 0 | 4 | 3B | 37 | 38 | 2A | 20 |
| Octal | 162 | 156 | 57 | 0 | 4 | 73 | 67 | 70 | 52 | 40 |
| Binary | 1110010 | 1101110 | 101111 | 0 | 100 | 111011 | 110111 | 111000 | 101010 | 100000 |
Color Harmonies of #726E2F
Complementary color
Monochromatic Colors of #726E2F
Black with #726E2F
Text Example
Text Example
White with #726E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E2F; }
p { color: rgb(114,110,47); }
H1.HeaderClassName
{
color: #726E2F;
}
.AnyTagClassName
{
color: #726E2F;
}
</style>
background-color css
<style>
a { background-color: #726E2F; }
a { background-color: rgb(114,110,47); }
div.DivClassName
{
background-color: #726E2F;
}
.BgClassName
{
background-color: #726E2F;
}
</style>
border-color css
<style>
span { border-color: #726E2F; }
span { border-color: rgb(114,110,47); }
td.TdClassName
{
border-color: #726E2F;
}
.TagClassName
{
border-color: #726E2F;
}
</style>