Shades of Crocodile #726C52
Tints of Crocodile #726C52
RGB
CMYK
RGB Variations
Color information
#726C52 (or 0x726C52) is known color: Crocodile. HEX triplet: 72, 6C and 52. RGB value is (114,108,82). Sum of RGB (Red+Green+Blue) = 114+108+82=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C52 is #8D93AD. Grayscale: #6A6A6A. Windows color (decimal): -9278382 or 5401714. OLE color: 5401714.
HSL color Cylindrical-coordinate representation of color #726C52: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726C52 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 82 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.55 |
| HSL | 48.75º | 0.16% | 0.38% | - |
| HSV(B) | 48.75º | 0.28% | 0.45% | - |
| XYZ | 13.82 | 14.91 | 10.13 | - |
| YUV | 106.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 82 | 0 | 0.05 | 0.28 | 0.55 | 48.75 | 0.16 | 0.38 |
| Hex | 72 | 6C | 52 | 0 | 5 | 1C | 37 | 31 | 10 | 26 |
| Octal | 162 | 154 | 122 | 0 | 5 | 34 | 67 | 61 | 20 | 46 |
| Binary | 1110010 | 1101100 | 1010010 | 0 | 101 | 11100 | 110111 | 110001 | 10000 | 100110 |
Color Harmonies of #726C52
Complementary color
Monochromatic Colors of #726C52
Black with #726C52
Text Example
Text Example
White with #726C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C52; }
p { color: rgb(114,108,82); }
H1.HeaderClassName
{
color: #726C52;
}
.AnyTagClassName
{
color: #726C52;
}
</style>
background-color css
<style>
a { background-color: #726C52; }
a { background-color: rgb(114,108,82); }
div.DivClassName
{
background-color: #726C52;
}
.BgClassName
{
background-color: #726C52;
}
</style>
border-color css
<style>
span { border-color: #726C52; }
span { border-color: rgb(114,108,82); }
td.TdClassName
{
border-color: #726C52;
}
.TagClassName
{
border-color: #726C52;
}
</style>