Shades of Crocodile #736F54
Tints of Crocodile #736F54
RGB
CMYK
RGB Variations
Color information
#736F54 (or 0x736F54) is known color: Crocodile. HEX triplet: 73, 6F and 54. RGB value is (115,111,84). Sum of RGB (Red+Green+Blue) = 115+111+84=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #736F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F54 is #8C90AB. Grayscale: #6D6D6D. Windows color (decimal): -9212076 or 5533555. OLE color: 5533555.
HSL color Cylindrical-coordinate representation of color #736F54: hue angle of 52.26º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #736F54 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 84 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.55 |
| HSL | 52.26º | 0.16% | 0.39% | - |
| HSV(B) | 52.26º | 0.27% | 0.45% | - |
| XYZ | 14.35 | 15.65 | 10.65 | - |
| YUV | 109.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 84 | 0 | 0.03 | 0.27 | 0.55 | 52.26 | 0.16 | 0.39 |
| Hex | 73 | 6F | 54 | 0 | 3 | 1B | 37 | 34 | 10 | 27 |
| Octal | 163 | 157 | 124 | 0 | 3 | 33 | 67 | 64 | 20 | 47 |
| Binary | 1110011 | 1101111 | 1010100 | 0 | 11 | 11011 | 110111 | 110100 | 10000 | 100111 |
Color Harmonies of #736F54
Complementary color
Monochromatic Colors of #736F54
Black with #736F54
Text Example
Text Example
White with #736F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F54; }
p { color: rgb(115,111,84); }
H1.HeaderClassName
{
color: #736F54;
}
.AnyTagClassName
{
color: #736F54;
}
</style>
background-color css
<style>
a { background-color: #736F54; }
a { background-color: rgb(115,111,84); }
div.DivClassName
{
background-color: #736F54;
}
.BgClassName
{
background-color: #736F54;
}
</style>
border-color css
<style>
span { border-color: #736F54; }
span { border-color: rgb(115,111,84); }
td.TdClassName
{
border-color: #736F54;
}
.TagClassName
{
border-color: #736F54;
}
</style>