Shades of Crete #726A2E
Tints of Crete #726A2E
RGB
CMYK
RGB Variations
Color information
#726A2E (or 0x726A2E) is known color: Crete. HEX triplet: 72, 6A and 2E. RGB value is (114,106,46). Sum of RGB (Red+Green+Blue) = 114+106+46=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A2E is #8D95D1. Grayscale: #656565. Windows color (decimal): -9278930 or 3041906. OLE color: 3041906.
HSL color Cylindrical-coordinate representation of color #726A2E: hue angle of 52.94º 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 #726A2E is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 46 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.55 |
| HSL | 52.94º | 0.43% | 0.31% | - |
| HSV(B) | 52.94º | 0.6% | 0.45% | - |
| XYZ | 12.59 | 14.08 | 4.64 | - |
| YUV | 101.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 46 | 0 | 0.07 | 0.60 | 0.55 | 52.94 | 0.43 | 0.31 |
| Hex | 72 | 6A | 2E | 0 | 7 | 3C | 37 | 35 | 2A | 1F |
| Octal | 162 | 152 | 56 | 0 | 7 | 74 | 67 | 65 | 52 | 37 |
| Binary | 1110010 | 1101010 | 101110 | 0 | 111 | 111100 | 110111 | 110101 | 101010 | 11111 |
Color Harmonies of #726A2E
Complementary color
Monochromatic Colors of #726A2E
Black with #726A2E
Text Example
Text Example
White with #726A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A2E; }
p { color: rgb(114,106,46); }
H1.HeaderClassName
{
color: #726A2E;
}
.AnyTagClassName
{
color: #726A2E;
}
</style>
background-color css
<style>
a { background-color: #726A2E; }
a { background-color: rgb(114,106,46); }
div.DivClassName
{
background-color: #726A2E;
}
.BgClassName
{
background-color: #726A2E;
}
</style>
border-color css
<style>
span { border-color: #726A2E; }
span { border-color: rgb(114,106,46); }
td.TdClassName
{
border-color: #726A2E;
}
.TagClassName
{
border-color: #726A2E;
}
</style>