Shades of Crocodile #726A4B
Tints of Crocodile #726A4B
RGB
CMYK
RGB Variations
Color information
#726A4B (or 0x726A4B) is known color: Crocodile. HEX triplet: 72, 6A and 4B. RGB value is (114,106,75). Sum of RGB (Red+Green+Blue) = 114+106+75=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A4B is #8D95B4. Grayscale: #686868. Windows color (decimal): -9278901 or 4942450. OLE color: 4942450.
HSL color Cylindrical-coordinate representation of color #726A4B: hue angle of 47.69º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #726A4B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 75 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.55 |
| HSL | 47.69º | 0.21% | 0.37% | - |
| HSV(B) | 47.69º | 0.34% | 0.45% | - |
| XYZ | 13.36 | 14.39 | 8.73 | - |
| YUV | 104.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 75 | 0 | 0.07 | 0.34 | 0.55 | 47.69 | 0.21 | 0.37 |
| Hex | 72 | 6A | 4B | 0 | 7 | 22 | 37 | 30 | 15 | 25 |
| Octal | 162 | 152 | 113 | 0 | 7 | 42 | 67 | 60 | 25 | 45 |
| Binary | 1110010 | 1101010 | 1001011 | 0 | 111 | 100010 | 110111 | 110000 | 10101 | 100101 |
Color Harmonies of #726A4B
Complementary color
Monochromatic Colors of #726A4B
Black with #726A4B
Text Example
Text Example
White with #726A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A4B; }
p { color: rgb(114,106,75); }
H1.HeaderClassName
{
color: #726A4B;
}
.AnyTagClassName
{
color: #726A4B;
}
</style>
background-color css
<style>
a { background-color: #726A4B; }
a { background-color: rgb(114,106,75); }
div.DivClassName
{
background-color: #726A4B;
}
.BgClassName
{
background-color: #726A4B;
}
</style>
border-color css
<style>
span { border-color: #726A4B; }
span { border-color: rgb(114,106,75); }
td.TdClassName
{
border-color: #726A4B;
}
.TagClassName
{
border-color: #726A4B;
}
</style>