Shades of Crocodile #726A4E
Tints of Crocodile #726A4E
RGB
CMYK
RGB Variations
Color information
#726A4E (or 0x726A4E) is known color: Crocodile. HEX triplet: 72, 6A and 4E. RGB value is (114,106,78). Sum of RGB (Red+Green+Blue) = 114+106+78=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A4E is #8D95B1. Grayscale: #696969. Windows color (decimal): -9278898 or 5139058. OLE color: 5139058.
HSL color Cylindrical-coordinate representation of color #726A4E: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726A4E is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 78 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.55 |
| HSL | 46.67º | 0.19% | 0.38% | - |
| HSV(B) | 46.67º | 0.32% | 0.45% | - |
| XYZ | 13.47 | 14.44 | 9.28 | - |
| YUV | 105.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 78 | 0 | 0.07 | 0.32 | 0.55 | 46.67 | 0.19 | 0.38 |
| Hex | 72 | 6A | 4E | 0 | 7 | 20 | 37 | 2F | 13 | 26 |
| Octal | 162 | 152 | 116 | 0 | 7 | 40 | 67 | 57 | 23 | 46 |
| Binary | 1110010 | 1101010 | 1001110 | 0 | 111 | 100000 | 110111 | 101111 | 10011 | 100110 |
Color Harmonies of #726A4E
Complementary color
Monochromatic Colors of #726A4E
Black with #726A4E
Text Example
Text Example
White with #726A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A4E; }
p { color: rgb(114,106,78); }
H1.HeaderClassName
{
color: #726A4E;
}
.AnyTagClassName
{
color: #726A4E;
}
</style>
background-color css
<style>
a { background-color: #726A4E; }
a { background-color: rgb(114,106,78); }
div.DivClassName
{
background-color: #726A4E;
}
.BgClassName
{
background-color: #726A4E;
}
</style>
border-color css
<style>
span { border-color: #726A4E; }
span { border-color: rgb(114,106,78); }
td.TdClassName
{
border-color: #726A4E;
}
.TagClassName
{
border-color: #726A4E;
}
</style>