Shades of Crete #726B35
Tints of Crete #726B35
RGB
CMYK
RGB Variations
Color information
#726B35 (or 0x726B35) is known color: Crete. HEX triplet: 72, 6B and 35. RGB value is (114,107,53). Sum of RGB (Red+Green+Blue) = 114+107+53=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #726B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B35 is #8D94CA. Grayscale: #676767. Windows color (decimal): -9278667 or 3500914. OLE color: 3500914.
HSL color Cylindrical-coordinate representation of color #726B35: hue angle of 53.11º 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 #726B35 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 53 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.55 |
| HSL | 53.11º | 0.37% | 0.33% | - |
| HSV(B) | 53.11º | 0.54% | 0.45% | - |
| XYZ | 12.84 | 14.35 | 5.46 | - |
| YUV | 102.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 53 | 0 | 0.06 | 0.54 | 0.55 | 53.11 | 0.37 | 0.33 |
| Hex | 72 | 6B | 35 | 0 | 6 | 36 | 37 | 35 | 25 | 21 |
| Octal | 162 | 153 | 65 | 0 | 6 | 66 | 67 | 65 | 45 | 41 |
| Binary | 1110010 | 1101011 | 110101 | 0 | 110 | 110110 | 110111 | 110101 | 100101 | 100001 |
Color Harmonies of #726B35
Complementary color
Monochromatic Colors of #726B35
Black with #726B35
Text Example
Text Example
White with #726B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B35; }
p { color: rgb(114,107,53); }
H1.HeaderClassName
{
color: #726B35;
}
.AnyTagClassName
{
color: #726B35;
}
</style>
background-color css
<style>
a { background-color: #726B35; }
a { background-color: rgb(114,107,53); }
div.DivClassName
{
background-color: #726B35;
}
.BgClassName
{
background-color: #726B35;
}
</style>
border-color css
<style>
span { border-color: #726B35; }
span { border-color: rgb(114,107,53); }
td.TdClassName
{
border-color: #726B35;
}
.TagClassName
{
border-color: #726B35;
}
</style>