Shades of Crocodile #726B50
Tints of Crocodile #726B50
RGB
CMYK
RGB Variations
Color information
#726B50 (or 0x726B50) is known color: Crocodile. HEX triplet: 72, 6B and 50. RGB value is (114,107,80). Sum of RGB (Red+Green+Blue) = 114+107+80=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B50 is #8D94AF. Grayscale: #6A6A6A. Windows color (decimal): -9278640 or 5270386. OLE color: 5270386.
HSL color Cylindrical-coordinate representation of color #726B50: hue angle of 47.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726B50 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 80 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.55 |
| HSL | 47.65º | 0.18% | 0.38% | - |
| HSV(B) | 47.65º | 0.3% | 0.45% | - |
| XYZ | 13.65 | 14.67 | 9.7 | - |
| YUV | 106.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 80 | 0 | 0.06 | 0.30 | 0.55 | 47.65 | 0.18 | 0.38 |
| Hex | 72 | 6B | 50 | 0 | 6 | 1E | 37 | 30 | 12 | 26 |
| Octal | 162 | 153 | 120 | 0 | 6 | 36 | 67 | 60 | 22 | 46 |
| Binary | 1110010 | 1101011 | 1010000 | 0 | 110 | 11110 | 110111 | 110000 | 10010 | 100110 |
Color Harmonies of #726B50
Complementary color
Monochromatic Colors of #726B50
Black with #726B50
Text Example
Text Example
White with #726B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B50; }
p { color: rgb(114,107,80); }
H1.HeaderClassName
{
color: #726B50;
}
.AnyTagClassName
{
color: #726B50;
}
</style>
background-color css
<style>
a { background-color: #726B50; }
a { background-color: rgb(114,107,80); }
div.DivClassName
{
background-color: #726B50;
}
.BgClassName
{
background-color: #726B50;
}
</style>
border-color css
<style>
span { border-color: #726B50; }
span { border-color: rgb(114,107,80); }
td.TdClassName
{
border-color: #726B50;
}
.TagClassName
{
border-color: #726B50;
}
</style>