Shades of Crocodile #736B4F
Tints of Crocodile #736B4F
RGB
CMYK
RGB Variations
Color information
#736B4F (or 0x736B4F) is known color: Crocodile. HEX triplet: 73, 6B and 4F. RGB value is (115,107,79). Sum of RGB (Red+Green+Blue) = 115+107+79=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B4F is #8C94B0. Grayscale: #6A6A6A. Windows color (decimal): -9213105 or 5204851. OLE color: 5204851.
HSL color Cylindrical-coordinate representation of color #736B4F: hue angle of 46.67º 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 #736B4F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 79 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.55 |
| HSL | 46.67º | 0.19% | 0.38% | - |
| HSV(B) | 46.67º | 0.31% | 0.45% | - |
| XYZ | 13.74 | 14.72 | 9.52 | - |
| YUV | 106.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 79 | 0 | 0.07 | 0.31 | 0.55 | 46.67 | 0.19 | 0.38 |
| Hex | 73 | 6B | 4F | 0 | 7 | 1F | 37 | 2F | 13 | 26 |
| Octal | 163 | 153 | 117 | 0 | 7 | 37 | 67 | 57 | 23 | 46 |
| Binary | 1110011 | 1101011 | 1001111 | 0 | 111 | 11111 | 110111 | 101111 | 10011 | 100110 |
Color Harmonies of #736B4F
Complementary color
Monochromatic Colors of #736B4F
Black with #736B4F
Text Example
Text Example
White with #736B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B4F; }
p { color: rgb(115,107,79); }
H1.HeaderClassName
{
color: #736B4F;
}
.AnyTagClassName
{
color: #736B4F;
}
</style>
background-color css
<style>
a { background-color: #736B4F; }
a { background-color: rgb(115,107,79); }
div.DivClassName
{
background-color: #736B4F;
}
.BgClassName
{
background-color: #736B4F;
}
</style>
border-color css
<style>
span { border-color: #736B4F; }
span { border-color: rgb(115,107,79); }
td.TdClassName
{
border-color: #736B4F;
}
.TagClassName
{
border-color: #736B4F;
}
</style>