Shades of Crocodile #726D53
Tints of Crocodile #726D53
RGB
CMYK
RGB Variations
Color information
#726D53 (or 0x726D53) is known color: Crocodile. HEX triplet: 72, 6D and 53. RGB value is (114,109,83). Sum of RGB (Red+Green+Blue) = 114+109+83=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D53 is #8D92AC. Grayscale: #6B6B6B. Windows color (decimal): -9278125 or 5467506. OLE color: 5467506.
HSL color Cylindrical-coordinate representation of color #726D53: hue angle of 50.32º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726D53 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 83 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.55 |
| HSL | 50.32º | 0.16% | 0.39% | - |
| HSV(B) | 50.32º | 0.27% | 0.45% | - |
| XYZ | 13.97 | 15.14 | 10.37 | - |
| YUV | 107.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 83 | 0 | 0.04 | 0.27 | 0.55 | 50.32 | 0.16 | 0.39 |
| Hex | 72 | 6D | 53 | 0 | 4 | 1B | 37 | 32 | 10 | 27 |
| Octal | 162 | 155 | 123 | 0 | 4 | 33 | 67 | 62 | 20 | 47 |
| Binary | 1110010 | 1101101 | 1010011 | 0 | 100 | 11011 | 110111 | 110010 | 10000 | 100111 |
Color Harmonies of #726D53
Complementary color
Monochromatic Colors of #726D53
Black with #726D53
Text Example
Text Example
White with #726D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D53; }
p { color: rgb(114,109,83); }
H1.HeaderClassName
{
color: #726D53;
}
.AnyTagClassName
{
color: #726D53;
}
</style>
background-color css
<style>
a { background-color: #726D53; }
a { background-color: rgb(114,109,83); }
div.DivClassName
{
background-color: #726D53;
}
.BgClassName
{
background-color: #726D53;
}
</style>
border-color css
<style>
span { border-color: #726D53; }
span { border-color: rgb(114,109,83); }
td.TdClassName
{
border-color: #726D53;
}
.TagClassName
{
border-color: #726D53;
}
</style>