Shades of Crocodile #726F53
Tints of Crocodile #726F53
RGB
CMYK
RGB Variations
Color information
#726F53 (or 0x726F53) is known color: Crocodile. HEX triplet: 72, 6F and 53. RGB value is (114,111,83). Sum of RGB (Red+Green+Blue) = 114+111+83=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #726F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F53 is #8D90AC. Grayscale: #6C6C6C. Windows color (decimal): -9277613 or 5468018. OLE color: 5468018.
HSL color Cylindrical-coordinate representation of color #726F53: hue angle of 54.19º 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 #726F53 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 83 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.55 |
| HSL | 54.19º | 0.16% | 0.39% | - |
| HSV(B) | 54.19º | 0.27% | 0.45% | - |
| XYZ | 14.19 | 15.57 | 10.44 | - |
| YUV | 108.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 83 | 0 | 0.03 | 0.27 | 0.55 | 54.19 | 0.16 | 0.39 |
| Hex | 72 | 6F | 53 | 0 | 3 | 1B | 37 | 36 | 10 | 27 |
| Octal | 162 | 157 | 123 | 0 | 3 | 33 | 67 | 66 | 20 | 47 |
| Binary | 1110010 | 1101111 | 1010011 | 0 | 11 | 11011 | 110111 | 110110 | 10000 | 100111 |
Color Harmonies of #726F53
Complementary color
Monochromatic Colors of #726F53
Black with #726F53
Text Example
Text Example
White with #726F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F53; }
p { color: rgb(114,111,83); }
H1.HeaderClassName
{
color: #726F53;
}
.AnyTagClassName
{
color: #726F53;
}
</style>
background-color css
<style>
a { background-color: #726F53; }
a { background-color: rgb(114,111,83); }
div.DivClassName
{
background-color: #726F53;
}
.BgClassName
{
background-color: #726F53;
}
</style>
border-color css
<style>
span { border-color: #726F53; }
span { border-color: rgb(114,111,83); }
td.TdClassName
{
border-color: #726F53;
}
.TagClassName
{
border-color: #726F53;
}
</style>