Shades of Crocodile #726F50
Tints of Crocodile #726F50
RGB
CMYK
RGB Variations
Color information
#726F50 (or 0x726F50) is known color: Crocodile. HEX triplet: 72, 6F and 50. RGB value is (114,111,80). Sum of RGB (Red+Green+Blue) = 114+111+80=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #726F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F50 is #8D90AF. Grayscale: #6C6C6C. Windows color (decimal): -9277616 or 5271410. OLE color: 5271410.
HSL color Cylindrical-coordinate representation of color #726F50: hue angle of 54.71º 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 #726F50 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 80 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.55 |
| HSL | 54.71º | 0.18% | 0.38% | - |
| HSV(B) | 54.71º | 0.3% | 0.45% | - |
| XYZ | 14.07 | 15.53 | 9.84 | - |
| YUV | 108.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 80 | 0 | 0.03 | 0.30 | 0.55 | 54.71 | 0.18 | 0.38 |
| Hex | 72 | 6F | 50 | 0 | 3 | 1E | 37 | 37 | 12 | 26 |
| Octal | 162 | 157 | 120 | 0 | 3 | 36 | 67 | 67 | 22 | 46 |
| Binary | 1110010 | 1101111 | 1010000 | 0 | 11 | 11110 | 110111 | 110111 | 10010 | 100110 |
Color Harmonies of #726F50
Complementary color
Monochromatic Colors of #726F50
Black with #726F50
Text Example
Text Example
White with #726F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F50; }
p { color: rgb(114,111,80); }
H1.HeaderClassName
{
color: #726F50;
}
.AnyTagClassName
{
color: #726F50;
}
</style>
background-color css
<style>
a { background-color: #726F50; }
a { background-color: rgb(114,111,80); }
div.DivClassName
{
background-color: #726F50;
}
.BgClassName
{
background-color: #726F50;
}
</style>
border-color css
<style>
span { border-color: #726F50; }
span { border-color: rgb(114,111,80); }
td.TdClassName
{
border-color: #726F50;
}
.TagClassName
{
border-color: #726F50;
}
</style>