Shades of Crete #726E3C
Tints of Crete #726E3C
RGB
CMYK
RGB Variations
Color information
#726E3C (or 0x726E3C) is known color: Crete. HEX triplet: 72, 6E and 3C. RGB value is (114,110,60). Sum of RGB (Red+Green+Blue) = 114+110+60=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E3C is #8D91C3. Grayscale: #696969. Windows color (decimal): -9277892 or 3960434. OLE color: 3960434.
HSL color Cylindrical-coordinate representation of color #726E3C: hue angle of 55.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726E3C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 60 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.55 |
| HSL | 55.56º | 0.31% | 0.34% | - |
| HSV(B) | 55.56º | 0.47% | 0.45% | - |
| XYZ | 13.33 | 15.06 | 6.48 | - |
| YUV | 105.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 60 | 0 | 0.04 | 0.47 | 0.55 | 55.56 | 0.31 | 0.34 |
| Hex | 72 | 6E | 3C | 0 | 4 | 2F | 37 | 38 | 1F | 22 |
| Octal | 162 | 156 | 74 | 0 | 4 | 57 | 67 | 70 | 37 | 42 |
| Binary | 1110010 | 1101110 | 111100 | 0 | 100 | 101111 | 110111 | 111000 | 11111 | 100010 |
Color Harmonies of #726E3C
Complementary color
Monochromatic Colors of #726E3C
Black with #726E3C
Text Example
Text Example
White with #726E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E3C; }
p { color: rgb(114,110,60); }
H1.HeaderClassName
{
color: #726E3C;
}
.AnyTagClassName
{
color: #726E3C;
}
</style>
background-color css
<style>
a { background-color: #726E3C; }
a { background-color: rgb(114,110,60); }
div.DivClassName
{
background-color: #726E3C;
}
.BgClassName
{
background-color: #726E3C;
}
</style>
border-color css
<style>
span { border-color: #726E3C; }
span { border-color: rgb(114,110,60); }
td.TdClassName
{
border-color: #726E3C;
}
.TagClassName
{
border-color: #726E3C;
}
</style>