Shades of Crocodile #726A51
Tints of Crocodile #726A51
RGB
CMYK
RGB Variations
Color information
#726A51 (or 0x726A51) is known color: Crocodile. HEX triplet: 72, 6A and 51. RGB value is (114,106,81). Sum of RGB (Red+Green+Blue) = 114+106+81=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A51 is #8D95AE. Grayscale: #696969. Windows color (decimal): -9278895 or 5335666. OLE color: 5335666.
HSL color Cylindrical-coordinate representation of color #726A51: hue angle of 45.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726A51 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 81 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.55 |
| HSL | 45.45º | 0.17% | 0.38% | - |
| HSV(B) | 45.45º | 0.29% | 0.45% | - |
| XYZ | 13.58 | 14.48 | 9.86 | - |
| YUV | 105.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 81 | 0 | 0.07 | 0.29 | 0.55 | 45.45 | 0.17 | 0.38 |
| Hex | 72 | 6A | 51 | 0 | 7 | 1D | 37 | 2D | 11 | 26 |
| Octal | 162 | 152 | 121 | 0 | 7 | 35 | 67 | 55 | 21 | 46 |
| Binary | 1110010 | 1101010 | 1010001 | 0 | 111 | 11101 | 110111 | 101101 | 10001 | 100110 |
Color Harmonies of #726A51
Complementary color
Monochromatic Colors of #726A51
Black with #726A51
Text Example
Text Example
White with #726A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A51; }
p { color: rgb(114,106,81); }
H1.HeaderClassName
{
color: #726A51;
}
.AnyTagClassName
{
color: #726A51;
}
</style>
background-color css
<style>
a { background-color: #726A51; }
a { background-color: rgb(114,106,81); }
div.DivClassName
{
background-color: #726A51;
}
.BgClassName
{
background-color: #726A51;
}
</style>
border-color css
<style>
span { border-color: #726A51; }
span { border-color: rgb(114,106,81); }
td.TdClassName
{
border-color: #726A51;
}
.TagClassName
{
border-color: #726A51;
}
</style>