Shades of Crete #726C2E
Tints of Crete #726C2E
RGB
CMYK
RGB Variations
Color information
#726C2E (or 0x726C2E) is known color: Crete. HEX triplet: 72, 6C and 2E. RGB value is (114,108,46). Sum of RGB (Red+Green+Blue) = 114+108+46=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #726C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C2E is #8D93D1. Grayscale: #666666. Windows color (decimal): -9278418 or 3042418. OLE color: 3042418.
HSL color Cylindrical-coordinate representation of color #726C2E: hue angle of 54.71º 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 #726C2E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 46 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.55 |
| HSL | 54.71º | 0.43% | 0.31% | - |
| HSV(B) | 54.71º | 0.6% | 0.45% | - |
| XYZ | 12.8 | 14.5 | 4.71 | - |
| YUV | 102.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 46 | 0 | 0.05 | 0.60 | 0.55 | 54.71 | 0.43 | 0.31 |
| Hex | 72 | 6C | 2E | 0 | 5 | 3C | 37 | 37 | 2A | 1F |
| Octal | 162 | 154 | 56 | 0 | 5 | 74 | 67 | 67 | 52 | 37 |
| Binary | 1110010 | 1101100 | 101110 | 0 | 101 | 111100 | 110111 | 110111 | 101010 | 11111 |
Color Harmonies of #726C2E
Complementary color
Monochromatic Colors of #726C2E
Black with #726C2E
Text Example
Text Example
White with #726C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C2E; }
p { color: rgb(114,108,46); }
H1.HeaderClassName
{
color: #726C2E;
}
.AnyTagClassName
{
color: #726C2E;
}
</style>
background-color css
<style>
a { background-color: #726C2E; }
a { background-color: rgb(114,108,46); }
div.DivClassName
{
background-color: #726C2E;
}
.BgClassName
{
background-color: #726C2E;
}
</style>
border-color css
<style>
span { border-color: #726C2E; }
span { border-color: rgb(114,108,46); }
td.TdClassName
{
border-color: #726C2E;
}
.TagClassName
{
border-color: #726C2E;
}
</style>