Shades of Crocodile #726B4B
Tints of Crocodile #726B4B
RGB
CMYK
RGB Variations
Color information
#726B4B (or 0x726B4B) is known color: Crocodile. HEX triplet: 72, 6B and 4B. RGB value is (114,107,75). Sum of RGB (Red+Green+Blue) = 114+107+75=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B4B is #8D94B4. Grayscale: #696969. Windows color (decimal): -9278645 or 4942706. OLE color: 4942706.
HSL color Cylindrical-coordinate representation of color #726B4B: hue angle of 49.23º 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 #726B4B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 75 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.55 |
| HSL | 49.23º | 0.21% | 0.37% | - |
| HSV(B) | 49.23º | 0.34% | 0.45% | - |
| XYZ | 13.47 | 14.6 | 8.77 | - |
| YUV | 105.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 75 | 0 | 0.06 | 0.34 | 0.55 | 49.23 | 0.21 | 0.37 |
| Hex | 72 | 6B | 4B | 0 | 6 | 22 | 37 | 31 | 15 | 25 |
| Octal | 162 | 153 | 113 | 0 | 6 | 42 | 67 | 61 | 25 | 45 |
| Binary | 1110010 | 1101011 | 1001011 | 0 | 110 | 100010 | 110111 | 110001 | 10101 | 100101 |
Color Harmonies of #726B4B
Complementary color
Monochromatic Colors of #726B4B
Black with #726B4B
Text Example
Text Example
White with #726B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B4B; }
p { color: rgb(114,107,75); }
H1.HeaderClassName
{
color: #726B4B;
}
.AnyTagClassName
{
color: #726B4B;
}
</style>
background-color css
<style>
a { background-color: #726B4B; }
a { background-color: rgb(114,107,75); }
div.DivClassName
{
background-color: #726B4B;
}
.BgClassName
{
background-color: #726B4B;
}
</style>
border-color css
<style>
span { border-color: #726B4B; }
span { border-color: rgb(114,107,75); }
td.TdClassName
{
border-color: #726B4B;
}
.TagClassName
{
border-color: #726B4B;
}
</style>