Shades of Crete #726B2E
Tints of Crete #726B2E
RGB
CMYK
RGB Variations
Color information
#726B2E (or 0x726B2E) is known color: Crete. HEX triplet: 72, 6B and 2E. RGB value is (114,107,46). Sum of RGB (Red+Green+Blue) = 114+107+46=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B2E is #8D94D1. Grayscale: #666666. Windows color (decimal): -9278674 or 3042162. OLE color: 3042162.
HSL color Cylindrical-coordinate representation of color #726B2E: hue angle of 53.82º 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 #726B2E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 46 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.55 |
| HSL | 53.82º | 0.43% | 0.31% | - |
| HSV(B) | 53.82º | 0.6% | 0.45% | - |
| XYZ | 12.69 | 14.29 | 4.67 | - |
| YUV | 102.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 46 | 0 | 0.06 | 0.60 | 0.55 | 53.82 | 0.43 | 0.31 |
| Hex | 72 | 6B | 2E | 0 | 6 | 3C | 37 | 36 | 2A | 1F |
| Octal | 162 | 153 | 56 | 0 | 6 | 74 | 67 | 66 | 52 | 37 |
| Binary | 1110010 | 1101011 | 101110 | 0 | 110 | 111100 | 110111 | 110110 | 101010 | 11111 |
Color Harmonies of #726B2E
Complementary color
Monochromatic Colors of #726B2E
Black with #726B2E
Text Example
Text Example
White with #726B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B2E; }
p { color: rgb(114,107,46); }
H1.HeaderClassName
{
color: #726B2E;
}
.AnyTagClassName
{
color: #726B2E;
}
</style>
background-color css
<style>
a { background-color: #726B2E; }
a { background-color: rgb(114,107,46); }
div.DivClassName
{
background-color: #726B2E;
}
.BgClassName
{
background-color: #726B2E;
}
</style>
border-color css
<style>
span { border-color: #726B2E; }
span { border-color: rgb(114,107,46); }
td.TdClassName
{
border-color: #726B2E;
}
.TagClassName
{
border-color: #726B2E;
}
</style>