Shades of Crocodile #726B52
Tints of Crocodile #726B52
RGB
CMYK
RGB Variations
Color information
#726B52 (or 0x726B52) is known color: Crocodile. HEX triplet: 72, 6B and 52. RGB value is (114,107,82). Sum of RGB (Red+Green+Blue) = 114+107+82=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B52 is #8D94AD. Grayscale: #6A6A6A. Windows color (decimal): -9278638 or 5401458. OLE color: 5401458.
HSL color Cylindrical-coordinate representation of color #726B52: hue angle of 46.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726B52 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 82 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.55 |
| HSL | 46.88º | 0.16% | 0.38% | - |
| HSV(B) | 46.88º | 0.28% | 0.45% | - |
| XYZ | 13.72 | 14.7 | 10.1 | - |
| YUV | 106.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 82 | 0 | 0.06 | 0.28 | 0.55 | 46.88 | 0.16 | 0.38 |
| Hex | 72 | 6B | 52 | 0 | 6 | 1C | 37 | 2F | 10 | 26 |
| Octal | 162 | 153 | 122 | 0 | 6 | 34 | 67 | 57 | 20 | 46 |
| Binary | 1110010 | 1101011 | 1010010 | 0 | 110 | 11100 | 110111 | 101111 | 10000 | 100110 |
Color Harmonies of #726B52
Complementary color
Monochromatic Colors of #726B52
Black with #726B52
Text Example
Text Example
White with #726B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B52; }
p { color: rgb(114,107,82); }
H1.HeaderClassName
{
color: #726B52;
}
.AnyTagClassName
{
color: #726B52;
}
</style>
background-color css
<style>
a { background-color: #726B52; }
a { background-color: rgb(114,107,82); }
div.DivClassName
{
background-color: #726B52;
}
.BgClassName
{
background-color: #726B52;
}
</style>
border-color css
<style>
span { border-color: #726B52; }
span { border-color: rgb(114,107,82); }
td.TdClassName
{
border-color: #726B52;
}
.TagClassName
{
border-color: #726B52;
}
</style>