Shades of Crocodile #726D4D
Tints of Crocodile #726D4D
RGB
CMYK
RGB Variations
Color information
#726D4D (or 0x726D4D) is known color: Crocodile. HEX triplet: 72, 6D and 4D. RGB value is (114,109,77). Sum of RGB (Red+Green+Blue) = 114+109+77=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D4D is #8D92B2. Grayscale: #6A6A6A. Windows color (decimal): -9278131 or 5074290. OLE color: 5074290.
HSL color Cylindrical-coordinate representation of color #726D4D: hue angle of 51.89º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726D4D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 77 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.55 |
| HSL | 51.89º | 0.19% | 0.37% | - |
| HSV(B) | 51.89º | 0.32% | 0.45% | - |
| XYZ | 13.75 | 15.05 | 9.2 | - |
| YUV | 106.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 77 | 0 | 0.04 | 0.32 | 0.55 | 51.89 | 0.19 | 0.37 |
| Hex | 72 | 6D | 4D | 0 | 4 | 20 | 37 | 34 | 13 | 25 |
| Octal | 162 | 155 | 115 | 0 | 4 | 40 | 67 | 64 | 23 | 45 |
| Binary | 1110010 | 1101101 | 1001101 | 0 | 100 | 100000 | 110111 | 110100 | 10011 | 100101 |
Color Harmonies of #726D4D
Complementary color
Monochromatic Colors of #726D4D
Black with #726D4D
Text Example
Text Example
White with #726D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D4D; }
p { color: rgb(114,109,77); }
H1.HeaderClassName
{
color: #726D4D;
}
.AnyTagClassName
{
color: #726D4D;
}
</style>
background-color css
<style>
a { background-color: #726D4D; }
a { background-color: rgb(114,109,77); }
div.DivClassName
{
background-color: #726D4D;
}
.BgClassName
{
background-color: #726D4D;
}
</style>
border-color css
<style>
span { border-color: #726D4D; }
span { border-color: rgb(114,109,77); }
td.TdClassName
{
border-color: #726D4D;
}
.TagClassName
{
border-color: #726D4D;
}
</style>