Shades of Crocodile #736C4D
Tints of Crocodile #736C4D
RGB
CMYK
RGB Variations
Color information
#736C4D (or 0x736C4D) is known color: Crocodile. HEX triplet: 73, 6C and 4D. RGB value is (115,108,77). Sum of RGB (Red+Green+Blue) = 115+108+77=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #736C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C4D is #8C93B2. Grayscale: #6A6A6A. Windows color (decimal): -9212851 or 5074035. OLE color: 5074035.
HSL color Cylindrical-coordinate representation of color #736C4D: hue angle of 48.95º 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 #736C4D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 77 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.55 |
| HSL | 48.95º | 0.2% | 0.38% | - |
| HSV(B) | 48.95º | 0.33% | 0.45% | - |
| XYZ | 13.77 | 14.91 | 9.17 | - |
| YUV | 106.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 77 | 0 | 0.06 | 0.33 | 0.55 | 48.95 | 0.2 | 0.38 |
| Hex | 73 | 6C | 4D | 0 | 6 | 21 | 37 | 31 | 14 | 26 |
| Octal | 163 | 154 | 115 | 0 | 6 | 41 | 67 | 61 | 24 | 46 |
| Binary | 1110011 | 1101100 | 1001101 | 0 | 110 | 100001 | 110111 | 110001 | 10100 | 100110 |
Color Harmonies of #736C4D
Complementary color
Monochromatic Colors of #736C4D
Black with #736C4D
Text Example
Text Example
White with #736C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C4D; }
p { color: rgb(115,108,77); }
H1.HeaderClassName
{
color: #736C4D;
}
.AnyTagClassName
{
color: #736C4D;
}
</style>
background-color css
<style>
a { background-color: #736C4D; }
a { background-color: rgb(115,108,77); }
div.DivClassName
{
background-color: #736C4D;
}
.BgClassName
{
background-color: #736C4D;
}
</style>
border-color css
<style>
span { border-color: #736C4D; }
span { border-color: rgb(115,108,77); }
td.TdClassName
{
border-color: #736C4D;
}
.TagClassName
{
border-color: #736C4D;
}
</style>