Shades of Crocodile #726A4D
Tints of Crocodile #726A4D
RGB
CMYK
RGB Variations
Color information
#726A4D (or 0x726A4D) is known color: Crocodile. HEX triplet: 72, 6A and 4D. RGB value is (114,106,77). Sum of RGB (Red+Green+Blue) = 114+106+77=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A4D is #8D95B2. Grayscale: #696969. Windows color (decimal): -9278899 or 5073522. OLE color: 5073522.
HSL color Cylindrical-coordinate representation of color #726A4D: hue angle of 47.03º 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 #726A4D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 77 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.55 |
| HSL | 47.03º | 0.19% | 0.37% | - |
| HSV(B) | 47.03º | 0.32% | 0.45% | - |
| XYZ | 13.43 | 14.42 | 9.1 | - |
| YUV | 105.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 77 | 0 | 0.07 | 0.32 | 0.55 | 47.03 | 0.19 | 0.37 |
| Hex | 72 | 6A | 4D | 0 | 7 | 20 | 37 | 2F | 13 | 25 |
| Octal | 162 | 152 | 115 | 0 | 7 | 40 | 67 | 57 | 23 | 45 |
| Binary | 1110010 | 1101010 | 1001101 | 0 | 111 | 100000 | 110111 | 101111 | 10011 | 100101 |
Color Harmonies of #726A4D
Complementary color
Monochromatic Colors of #726A4D
Black with #726A4D
Text Example
Text Example
White with #726A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A4D; }
p { color: rgb(114,106,77); }
H1.HeaderClassName
{
color: #726A4D;
}
.AnyTagClassName
{
color: #726A4D;
}
</style>
background-color css
<style>
a { background-color: #726A4D; }
a { background-color: rgb(114,106,77); }
div.DivClassName
{
background-color: #726A4D;
}
.BgClassName
{
background-color: #726A4D;
}
</style>
border-color css
<style>
span { border-color: #726A4D; }
span { border-color: rgb(114,106,77); }
td.TdClassName
{
border-color: #726A4D;
}
.TagClassName
{
border-color: #726A4D;
}
</style>