Shades of Crete #726C35
Tints of Crete #726C35
RGB
CMYK
RGB Variations
Color information
#726C35 (or 0x726C35) is known color: Crete. HEX triplet: 72, 6C and 35. RGB value is (114,108,53). Sum of RGB (Red+Green+Blue) = 114+108+53=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #726C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C35 is #8D93CA. Grayscale: #676767. Windows color (decimal): -9278411 or 3501170. OLE color: 3501170.
HSL color Cylindrical-coordinate representation of color #726C35: hue angle of 54.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726C35 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 53 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.55 |
| HSL | 54.1º | 0.37% | 0.33% | - |
| HSV(B) | 54.1º | 0.54% | 0.45% | - |
| XYZ | 12.94 | 14.56 | 5.5 | - |
| YUV | 103.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 53 | 0 | 0.05 | 0.54 | 0.55 | 54.1 | 0.37 | 0.33 |
| Hex | 72 | 6C | 35 | 0 | 5 | 36 | 37 | 36 | 25 | 21 |
| Octal | 162 | 154 | 65 | 0 | 5 | 66 | 67 | 66 | 45 | 41 |
| Binary | 1110010 | 1101100 | 110101 | 0 | 101 | 110110 | 110111 | 110110 | 100101 | 100001 |
Color Harmonies of #726C35
Complementary color
Monochromatic Colors of #726C35
Black with #726C35
Text Example
Text Example
White with #726C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C35; }
p { color: rgb(114,108,53); }
H1.HeaderClassName
{
color: #726C35;
}
.AnyTagClassName
{
color: #726C35;
}
</style>
background-color css
<style>
a { background-color: #726C35; }
a { background-color: rgb(114,108,53); }
div.DivClassName
{
background-color: #726C35;
}
.BgClassName
{
background-color: #726C35;
}
</style>
border-color css
<style>
span { border-color: #726C35; }
span { border-color: rgb(114,108,53); }
td.TdClassName
{
border-color: #726C35;
}
.TagClassName
{
border-color: #726C35;
}
</style>