Shades of Crocodile #726A48
Tints of Crocodile #726A48
RGB
CMYK
RGB Variations
Color information
#726A48 (or 0x726A48) is known color: Crocodile. HEX triplet: 72, 6A and 48. RGB value is (114,106,72). Sum of RGB (Red+Green+Blue) = 114+106+72=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #726A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A48 is #8D95B7. Grayscale: #686868. Windows color (decimal): -9278904 or 4745842. OLE color: 4745842.
HSL color Cylindrical-coordinate representation of color #726A48: hue angle of 48.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726A48 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 72 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.55 |
| HSL | 48.57º | 0.23% | 0.36% | - |
| HSV(B) | 48.57º | 0.37% | 0.45% | - |
| XYZ | 13.26 | 14.35 | 8.2 | - |
| YUV | 104.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 72 | 0 | 0.07 | 0.37 | 0.55 | 48.57 | 0.23 | 0.36 |
| Hex | 72 | 6A | 48 | 0 | 7 | 25 | 37 | 31 | 17 | 24 |
| Octal | 162 | 152 | 110 | 0 | 7 | 45 | 67 | 61 | 27 | 44 |
| Binary | 1110010 | 1101010 | 1001000 | 0 | 111 | 100101 | 110111 | 110001 | 10111 | 100100 |
Color Harmonies of #726A48
Complementary color
Monochromatic Colors of #726A48
Black with #726A48
Text Example
Text Example
White with #726A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A48; }
p { color: rgb(114,106,72); }
H1.HeaderClassName
{
color: #726A48;
}
.AnyTagClassName
{
color: #726A48;
}
</style>
background-color css
<style>
a { background-color: #726A48; }
a { background-color: rgb(114,106,72); }
div.DivClassName
{
background-color: #726A48;
}
.BgClassName
{
background-color: #726A48;
}
</style>
border-color css
<style>
span { border-color: #726A48; }
span { border-color: rgb(114,106,72); }
td.TdClassName
{
border-color: #726A48;
}
.TagClassName
{
border-color: #726A48;
}
</style>