Shades of Crete #726C3B
Tints of Crete #726C3B
RGB
CMYK
RGB Variations
Color information
#726C3B (or 0x726C3B) is known color: Crete. HEX triplet: 72, 6C and 3B. RGB value is (114,108,59). Sum of RGB (Red+Green+Blue) = 114+108+59=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C3B is #8D93C4. Grayscale: #686868. Windows color (decimal): -9278405 or 3894386. OLE color: 3894386.
HSL color Cylindrical-coordinate representation of color #726C3B: hue angle of 53.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726C3B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 59 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.55 |
| HSL | 53.45º | 0.32% | 0.34% | - |
| HSV(B) | 53.45º | 0.48% | 0.45% | - |
| XYZ | 13.09 | 14.62 | 6.27 | - |
| YUV | 104.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 59 | 0 | 0.05 | 0.48 | 0.55 | 53.45 | 0.32 | 0.34 |
| Hex | 72 | 6C | 3B | 0 | 5 | 30 | 37 | 35 | 20 | 22 |
| Octal | 162 | 154 | 73 | 0 | 5 | 60 | 67 | 65 | 40 | 42 |
| Binary | 1110010 | 1101100 | 111011 | 0 | 101 | 110000 | 110111 | 110101 | 100000 | 100010 |
Color Harmonies of #726C3B
Complementary color
Monochromatic Colors of #726C3B
Black with #726C3B
Text Example
Text Example
White with #726C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C3B; }
p { color: rgb(114,108,59); }
H1.HeaderClassName
{
color: #726C3B;
}
.AnyTagClassName
{
color: #726C3B;
}
</style>
background-color css
<style>
a { background-color: #726C3B; }
a { background-color: rgb(114,108,59); }
div.DivClassName
{
background-color: #726C3B;
}
.BgClassName
{
background-color: #726C3B;
}
</style>
border-color css
<style>
span { border-color: #726C3B; }
span { border-color: rgb(114,108,59); }
td.TdClassName
{
border-color: #726C3B;
}
.TagClassName
{
border-color: #726C3B;
}
</style>