Shades of Crete #726F37
Tints of Crete #726F37
RGB
CMYK
RGB Variations
Color information
#726F37 (or 0x726F37) is known color: Crete. HEX triplet: 72, 6F and 37. RGB value is (114,111,55). Sum of RGB (Red+Green+Blue) = 114+111+55=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F37 is #8D90C8. Grayscale: #696969. Windows color (decimal): -9277641 or 3633010. OLE color: 3633010.
HSL color Cylindrical-coordinate representation of color #726F37: hue angle of 56.95º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726F37 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 55 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.55 |
| HSL | 56.95º | 0.35% | 0.33% | - |
| HSV(B) | 56.95º | 0.52% | 0.45% | - |
| XYZ | 13.31 | 15.22 | 5.85 | - |
| YUV | 105.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 55 | 0 | 0.03 | 0.52 | 0.55 | 56.95 | 0.35 | 0.33 |
| Hex | 72 | 6F | 37 | 0 | 3 | 34 | 37 | 39 | 23 | 21 |
| Octal | 162 | 157 | 67 | 0 | 3 | 64 | 67 | 71 | 43 | 41 |
| Binary | 1110010 | 1101111 | 110111 | 0 | 11 | 110100 | 110111 | 111001 | 100011 | 100001 |
Color Harmonies of #726F37
Complementary color
Monochromatic Colors of #726F37
Black with #726F37
Text Example
Text Example
White with #726F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F37; }
p { color: rgb(114,111,55); }
H1.HeaderClassName
{
color: #726F37;
}
.AnyTagClassName
{
color: #726F37;
}
</style>
background-color css
<style>
a { background-color: #726F37; }
a { background-color: rgb(114,111,55); }
div.DivClassName
{
background-color: #726F37;
}
.BgClassName
{
background-color: #726F37;
}
</style>
border-color css
<style>
span { border-color: #726F37; }
span { border-color: rgb(114,111,55); }
td.TdClassName
{
border-color: #726F37;
}
.TagClassName
{
border-color: #726F37;
}
</style>