Shades of Crocodile #736D4D
Tints of Crocodile #736D4D
RGB
CMYK
RGB Variations
Color information
#736D4D (or 0x736D4D) is known color: Crocodile. HEX triplet: 73, 6D and 4D. RGB value is (115,109,77). Sum of RGB (Red+Green+Blue) = 115+109+77=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D4D is #8C92B2. Grayscale: #6B6B6B. Windows color (decimal): -9212595 or 5074291. OLE color: 5074291.
HSL color Cylindrical-coordinate representation of color #736D4D: hue angle of 50.53º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736D4D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 77 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.55 |
| HSL | 50.53º | 0.2% | 0.38% | - |
| HSV(B) | 50.53º | 0.33% | 0.45% | - |
| XYZ | 13.88 | 15.12 | 9.21 | - |
| YUV | 107.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 77 | 0 | 0.05 | 0.33 | 0.55 | 50.53 | 0.2 | 0.38 |
| Hex | 73 | 6D | 4D | 0 | 5 | 21 | 37 | 33 | 14 | 26 |
| Octal | 163 | 155 | 115 | 0 | 5 | 41 | 67 | 63 | 24 | 46 |
| Binary | 1110011 | 1101101 | 1001101 | 0 | 101 | 100001 | 110111 | 110011 | 10100 | 100110 |
Color Harmonies of #736D4D
Complementary color
Monochromatic Colors of #736D4D
Black with #736D4D
Text Example
Text Example
White with #736D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D4D; }
p { color: rgb(115,109,77); }
H1.HeaderClassName
{
color: #736D4D;
}
.AnyTagClassName
{
color: #736D4D;
}
</style>
background-color css
<style>
a { background-color: #736D4D; }
a { background-color: rgb(115,109,77); }
div.DivClassName
{
background-color: #736D4D;
}
.BgClassName
{
background-color: #736D4D;
}
</style>
border-color css
<style>
span { border-color: #736D4D; }
span { border-color: rgb(115,109,77); }
td.TdClassName
{
border-color: #736D4D;
}
.TagClassName
{
border-color: #736D4D;
}
</style>