Shades of Crocodile #736A4F
Tints of Crocodile #736A4F
RGB
CMYK
RGB Variations
Color information
#736A4F (or 0x736A4F) is known color: Crocodile. HEX triplet: 73, 6A and 4F. RGB value is (115,106,79). Sum of RGB (Red+Green+Blue) = 115+106+79=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #736A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A4F is #8C95B0. Grayscale: #696969. Windows color (decimal): -9213361 or 5204595. OLE color: 5204595.
HSL color Cylindrical-coordinate representation of color #736A4F: hue angle of 45º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736A4F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 79 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.55 |
| HSL | 45º | 0.19% | 0.38% | - |
| HSV(B) | 45º | 0.31% | 0.45% | - |
| XYZ | 13.64 | 14.52 | 9.48 | - |
| YUV | 105.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 79 | 0 | 0.08 | 0.31 | 0.55 | 45 | 0.19 | 0.38 |
| Hex | 73 | 6A | 4F | 0 | 8 | 1F | 37 | 2D | 13 | 26 |
| Octal | 163 | 152 | 117 | 0 | 10 | 37 | 67 | 55 | 23 | 46 |
| Binary | 1110011 | 1101010 | 1001111 | 0 | 1000 | 11111 | 110111 | 101101 | 10011 | 100110 |
Color Harmonies of #736A4F
Complementary color
Monochromatic Colors of #736A4F
Black with #736A4F
Text Example
Text Example
White with #736A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A4F; }
p { color: rgb(115,106,79); }
H1.HeaderClassName
{
color: #736A4F;
}
.AnyTagClassName
{
color: #736A4F;
}
</style>
background-color css
<style>
a { background-color: #736A4F; }
a { background-color: rgb(115,106,79); }
div.DivClassName
{
background-color: #736A4F;
}
.BgClassName
{
background-color: #736A4F;
}
</style>
border-color css
<style>
span { border-color: #736A4F; }
span { border-color: rgb(115,106,79); }
td.TdClassName
{
border-color: #736A4F;
}
.TagClassName
{
border-color: #736A4F;
}
</style>