Shades of Crocodile #736A50
Tints of Crocodile #736A50
RGB
CMYK
RGB Variations
Color information
#736A50 (or 0x736A50) is known color: Crocodile. HEX triplet: 73, 6A and 50. RGB value is (115,106,80). Sum of RGB (Red+Green+Blue) = 115+106+80=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A50 is #8C95AF. Grayscale: #696969. Windows color (decimal): -9213360 or 5270131. OLE color: 5270131.
HSL color Cylindrical-coordinate representation of color #736A50: hue angle of 44.57º 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 #736A50 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 80 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.55 |
| HSL | 44.57º | 0.18% | 0.38% | - |
| HSV(B) | 44.57º | 0.3% | 0.45% | - |
| XYZ | 13.67 | 14.53 | 9.67 | - |
| YUV | 105.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 80 | 0 | 0.08 | 0.30 | 0.55 | 44.57 | 0.18 | 0.38 |
| Hex | 73 | 6A | 50 | 0 | 8 | 1E | 37 | 2D | 12 | 26 |
| Octal | 163 | 152 | 120 | 0 | 10 | 36 | 67 | 55 | 22 | 46 |
| Binary | 1110011 | 1101010 | 1010000 | 0 | 1000 | 11110 | 110111 | 101101 | 10010 | 100110 |
Color Harmonies of #736A50
Complementary color
Monochromatic Colors of #736A50
Black with #736A50
Text Example
Text Example
White with #736A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A50; }
p { color: rgb(115,106,80); }
H1.HeaderClassName
{
color: #736A50;
}
.AnyTagClassName
{
color: #736A50;
}
</style>
background-color css
<style>
a { background-color: #736A50; }
a { background-color: rgb(115,106,80); }
div.DivClassName
{
background-color: #736A50;
}
.BgClassName
{
background-color: #736A50;
}
</style>
border-color css
<style>
span { border-color: #736A50; }
span { border-color: rgb(115,106,80); }
td.TdClassName
{
border-color: #736A50;
}
.TagClassName
{
border-color: #736A50;
}
</style>