Shades of Crocodile #726B51
Tints of Crocodile #726B51
RGB
CMYK
RGB Variations
Color information
#726B51 (or 0x726B51) is known color: Crocodile. HEX triplet: 72, 6B and 51. RGB value is (114,107,81). Sum of RGB (Red+Green+Blue) = 114+107+81=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B51 is #8D94AE. Grayscale: #6A6A6A. Windows color (decimal): -9278639 or 5335922. OLE color: 5335922.
HSL color Cylindrical-coordinate representation of color #726B51: hue angle of 47.27º 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 #726B51 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 81 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.55 |
| HSL | 47.27º | 0.17% | 0.38% | - |
| HSV(B) | 47.27º | 0.29% | 0.45% | - |
| XYZ | 13.68 | 14.69 | 9.9 | - |
| YUV | 106.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 81 | 0 | 0.06 | 0.29 | 0.55 | 47.27 | 0.17 | 0.38 |
| Hex | 72 | 6B | 51 | 0 | 6 | 1D | 37 | 2F | 11 | 26 |
| Octal | 162 | 153 | 121 | 0 | 6 | 35 | 67 | 57 | 21 | 46 |
| Binary | 1110010 | 1101011 | 1010001 | 0 | 110 | 11101 | 110111 | 101111 | 10001 | 100110 |
Color Harmonies of #726B51
Complementary color
Monochromatic Colors of #726B51
Black with #726B51
Text Example
Text Example
White with #726B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B51; }
p { color: rgb(114,107,81); }
H1.HeaderClassName
{
color: #726B51;
}
.AnyTagClassName
{
color: #726B51;
}
</style>
background-color css
<style>
a { background-color: #726B51; }
a { background-color: rgb(114,107,81); }
div.DivClassName
{
background-color: #726B51;
}
.BgClassName
{
background-color: #726B51;
}
</style>
border-color css
<style>
span { border-color: #726B51; }
span { border-color: rgb(114,107,81); }
td.TdClassName
{
border-color: #726B51;
}
.TagClassName
{
border-color: #726B51;
}
</style>