Shades of Crocodile #726C50
Tints of Crocodile #726C50
RGB
CMYK
RGB Variations
Color information
#726C50 (or 0x726C50) is known color: Crocodile. HEX triplet: 72, 6C and 50. RGB value is (114,108,80). Sum of RGB (Red+Green+Blue) = 114+108+80=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C50 is #8D93AF. Grayscale: #6A6A6A. Windows color (decimal): -9278384 or 5270642. OLE color: 5270642.
HSL color Cylindrical-coordinate representation of color #726C50: hue angle of 49.41º 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 #726C50 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 80 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.55 |
| HSL | 49.41º | 0.18% | 0.38% | - |
| HSV(B) | 49.41º | 0.3% | 0.45% | - |
| XYZ | 13.75 | 14.88 | 9.74 | - |
| YUV | 106.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 80 | 0 | 0.05 | 0.30 | 0.55 | 49.41 | 0.18 | 0.38 |
| Hex | 72 | 6C | 50 | 0 | 5 | 1E | 37 | 31 | 12 | 26 |
| Octal | 162 | 154 | 120 | 0 | 5 | 36 | 67 | 61 | 22 | 46 |
| Binary | 1110010 | 1101100 | 1010000 | 0 | 101 | 11110 | 110111 | 110001 | 10010 | 100110 |
Color Harmonies of #726C50
Complementary color
Monochromatic Colors of #726C50
Black with #726C50
Text Example
Text Example
White with #726C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C50; }
p { color: rgb(114,108,80); }
H1.HeaderClassName
{
color: #726C50;
}
.AnyTagClassName
{
color: #726C50;
}
</style>
background-color css
<style>
a { background-color: #726C50; }
a { background-color: rgb(114,108,80); }
div.DivClassName
{
background-color: #726C50;
}
.BgClassName
{
background-color: #726C50;
}
</style>
border-color css
<style>
span { border-color: #726C50; }
span { border-color: rgb(114,108,80); }
td.TdClassName
{
border-color: #726C50;
}
.TagClassName
{
border-color: #726C50;
}
</style>