Shades of Crete #726C39
Tints of Crete #726C39
RGB
CMYK
RGB Variations
Color information
#726C39 (or 0x726C39) is known color: Crete. HEX triplet: 72, 6C and 39. RGB value is (114,108,57). Sum of RGB (Red+Green+Blue) = 114+108+57=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C39 is #8D93C6. Grayscale: #686868. Windows color (decimal): -9278407 or 3763314. OLE color: 3763314.
HSL color Cylindrical-coordinate representation of color #726C39: hue angle of 53.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726C39 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 57 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.55 |
| HSL | 53.68º | 0.33% | 0.34% | - |
| HSV(B) | 53.68º | 0.5% | 0.45% | - |
| XYZ | 13.04 | 14.6 | 6 | - |
| YUV | 103.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 57 | 0 | 0.05 | 0.50 | 0.55 | 53.68 | 0.33 | 0.34 |
| Hex | 72 | 6C | 39 | 0 | 5 | 32 | 37 | 36 | 21 | 22 |
| Octal | 162 | 154 | 71 | 0 | 5 | 62 | 67 | 66 | 41 | 42 |
| Binary | 1110010 | 1101100 | 111001 | 0 | 101 | 110010 | 110111 | 110110 | 100001 | 100010 |
Color Harmonies of #726C39
Complementary color
Monochromatic Colors of #726C39
Black with #726C39
Text Example
Text Example
White with #726C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C39; }
p { color: rgb(114,108,57); }
H1.HeaderClassName
{
color: #726C39;
}
.AnyTagClassName
{
color: #726C39;
}
</style>
background-color css
<style>
a { background-color: #726C39; }
a { background-color: rgb(114,108,57); }
div.DivClassName
{
background-color: #726C39;
}
.BgClassName
{
background-color: #726C39;
}
</style>
border-color css
<style>
span { border-color: #726C39; }
span { border-color: rgb(114,108,57); }
td.TdClassName
{
border-color: #726C39;
}
.TagClassName
{
border-color: #726C39;
}
</style>