Shades of Crocodile #726B4D
Tints of Crocodile #726B4D
RGB
CMYK
RGB Variations
Color information
#726B4D (or 0x726B4D) is known color: Crocodile. HEX triplet: 72, 6B and 4D. RGB value is (114,107,77). Sum of RGB (Red+Green+Blue) = 114+107+77=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B4D is #8D94B2. Grayscale: #696969. Windows color (decimal): -9278643 or 5073778. OLE color: 5073778.
HSL color Cylindrical-coordinate representation of color #726B4D: hue angle of 48.65º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726B4D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 77 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.55 |
| HSL | 48.65º | 0.19% | 0.37% | - |
| HSV(B) | 48.65º | 0.32% | 0.45% | - |
| XYZ | 13.54 | 14.63 | 9.13 | - |
| YUV | 105.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 77 | 0 | 0.06 | 0.32 | 0.55 | 48.65 | 0.19 | 0.37 |
| Hex | 72 | 6B | 4D | 0 | 6 | 20 | 37 | 31 | 13 | 25 |
| Octal | 162 | 153 | 115 | 0 | 6 | 40 | 67 | 61 | 23 | 45 |
| Binary | 1110010 | 1101011 | 1001101 | 0 | 110 | 100000 | 110111 | 110001 | 10011 | 100101 |
Color Harmonies of #726B4D
Complementary color
Monochromatic Colors of #726B4D
Black with #726B4D
Text Example
Text Example
White with #726B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B4D; }
p { color: rgb(114,107,77); }
H1.HeaderClassName
{
color: #726B4D;
}
.AnyTagClassName
{
color: #726B4D;
}
</style>
background-color css
<style>
a { background-color: #726B4D; }
a { background-color: rgb(114,107,77); }
div.DivClassName
{
background-color: #726B4D;
}
.BgClassName
{
background-color: #726B4D;
}
</style>
border-color css
<style>
span { border-color: #726B4D; }
span { border-color: rgb(114,107,77); }
td.TdClassName
{
border-color: #726B4D;
}
.TagClassName
{
border-color: #726B4D;
}
</style>