Shades of Crocodile #726E50
Tints of Crocodile #726E50
RGB
CMYK
RGB Variations
Color information
#726E50 (or 0x726E50) is known color: Crocodile. HEX triplet: 72, 6E and 50. RGB value is (114,110,80). Sum of RGB (Red+Green+Blue) = 114+110+80=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E50 is #8D91AF. Grayscale: #6B6B6B. Windows color (decimal): -9277872 or 5271154. OLE color: 5271154.
HSL color Cylindrical-coordinate representation of color #726E50: hue angle of 52.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726E50 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 80 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.55 |
| HSL | 52.94º | 0.18% | 0.38% | - |
| HSV(B) | 52.94º | 0.3% | 0.45% | - |
| XYZ | 13.96 | 15.31 | 9.81 | - |
| YUV | 107.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 80 | 0 | 0.04 | 0.30 | 0.55 | 52.94 | 0.18 | 0.38 |
| Hex | 72 | 6E | 50 | 0 | 4 | 1E | 37 | 35 | 12 | 26 |
| Octal | 162 | 156 | 120 | 0 | 4 | 36 | 67 | 65 | 22 | 46 |
| Binary | 1110010 | 1101110 | 1010000 | 0 | 100 | 11110 | 110111 | 110101 | 10010 | 100110 |
Color Harmonies of #726E50
Complementary color
Monochromatic Colors of #726E50
Black with #726E50
Text Example
Text Example
White with #726E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E50; }
p { color: rgb(114,110,80); }
H1.HeaderClassName
{
color: #726E50;
}
.AnyTagClassName
{
color: #726E50;
}
</style>
background-color css
<style>
a { background-color: #726E50; }
a { background-color: rgb(114,110,80); }
div.DivClassName
{
background-color: #726E50;
}
.BgClassName
{
background-color: #726E50;
}
</style>
border-color css
<style>
span { border-color: #726E50; }
span { border-color: rgb(114,110,80); }
td.TdClassName
{
border-color: #726E50;
}
.TagClassName
{
border-color: #726E50;
}
</style>