Shades of Crocodile #736A4D
Tints of Crocodile #736A4D
RGB
CMYK
RGB Variations
Color information
#736A4D (or 0x736A4D) is known color: Crocodile. HEX triplet: 73, 6A and 4D. RGB value is (115,106,77). Sum of RGB (Red+Green+Blue) = 115+106+77=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #736A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A4D is #8C95B2. Grayscale: #696969. Windows color (decimal): -9213363 or 5073523. OLE color: 5073523.
HSL color Cylindrical-coordinate representation of color #736A4D: hue angle of 45.79º 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 #736A4D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 77 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.55 |
| HSL | 45.79º | 0.2% | 0.38% | - |
| HSV(B) | 45.79º | 0.33% | 0.45% | - |
| XYZ | 13.56 | 14.49 | 9.1 | - |
| YUV | 105.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 77 | 0 | 0.08 | 0.33 | 0.55 | 45.79 | 0.2 | 0.38 |
| Hex | 73 | 6A | 4D | 0 | 8 | 21 | 37 | 2E | 14 | 26 |
| Octal | 163 | 152 | 115 | 0 | 10 | 41 | 67 | 56 | 24 | 46 |
| Binary | 1110011 | 1101010 | 1001101 | 0 | 1000 | 100001 | 110111 | 101110 | 10100 | 100110 |
Color Harmonies of #736A4D
Complementary color
Monochromatic Colors of #736A4D
Black with #736A4D
Text Example
Text Example
White with #736A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A4D; }
p { color: rgb(115,106,77); }
H1.HeaderClassName
{
color: #736A4D;
}
.AnyTagClassName
{
color: #736A4D;
}
</style>
background-color css
<style>
a { background-color: #736A4D; }
a { background-color: rgb(115,106,77); }
div.DivClassName
{
background-color: #736A4D;
}
.BgClassName
{
background-color: #736A4D;
}
</style>
border-color css
<style>
span { border-color: #736A4D; }
span { border-color: rgb(115,106,77); }
td.TdClassName
{
border-color: #736A4D;
}
.TagClassName
{
border-color: #736A4D;
}
</style>