Shades of Crocodile #726D50
Tints of Crocodile #726D50
RGB
CMYK
RGB Variations
Color information
#726D50 (or 0x726D50) is known color: Crocodile. HEX triplet: 72, 6D and 50. RGB value is (114,109,80). Sum of RGB (Red+Green+Blue) = 114+109+80=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D50 is #8D92AF. Grayscale: #6B6B6B. Windows color (decimal): -9278128 or 5270898. OLE color: 5270898.
HSL color Cylindrical-coordinate representation of color #726D50: hue angle of 51.18º 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 #726D50 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 80 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.55 |
| HSL | 51.18º | 0.18% | 0.38% | - |
| HSV(B) | 51.18º | 0.3% | 0.45% | - |
| XYZ | 13.86 | 15.09 | 9.77 | - |
| YUV | 107.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 80 | 0 | 0.04 | 0.30 | 0.55 | 51.18 | 0.18 | 0.38 |
| Hex | 72 | 6D | 50 | 0 | 4 | 1E | 37 | 33 | 12 | 26 |
| Octal | 162 | 155 | 120 | 0 | 4 | 36 | 67 | 63 | 22 | 46 |
| Binary | 1110010 | 1101101 | 1010000 | 0 | 100 | 11110 | 110111 | 110011 | 10010 | 100110 |
Color Harmonies of #726D50
Complementary color
Monochromatic Colors of #726D50
Black with #726D50
Text Example
Text Example
White with #726D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D50; }
p { color: rgb(114,109,80); }
H1.HeaderClassName
{
color: #726D50;
}
.AnyTagClassName
{
color: #726D50;
}
</style>
background-color css
<style>
a { background-color: #726D50; }
a { background-color: rgb(114,109,80); }
div.DivClassName
{
background-color: #726D50;
}
.BgClassName
{
background-color: #726D50;
}
</style>
border-color css
<style>
span { border-color: #726D50; }
span { border-color: rgb(114,109,80); }
td.TdClassName
{
border-color: #726D50;
}
.TagClassName
{
border-color: #726D50;
}
</style>