Shades of Crocodile #73694C
Tints of Crocodile #73694C
RGB
CMYK
RGB Variations
Color information
#73694C (or 0x73694C) is known color: Crocodile. HEX triplet: 73, 69 and 4C. RGB value is (115,105,76). Sum of RGB (Red+Green+Blue) = 115+105+76=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73694C is #8C96B3. Grayscale: #686868. Windows color (decimal): -9213620 or 5007731. OLE color: 5007731.
HSL color Cylindrical-coordinate representation of color #73694C: hue angle of 44.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73694C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 76 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.55 |
| HSL | 44.62º | 0.2% | 0.37% | - |
| HSV(B) | 44.62º | 0.34% | 0.45% | - |
| XYZ | 13.43 | 14.27 | 8.88 | - |
| YUV | 104.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 76 | 0 | 0.09 | 0.34 | 0.55 | 44.62 | 0.2 | 0.37 |
| Hex | 73 | 69 | 4C | 0 | 9 | 22 | 37 | 2D | 14 | 25 |
| Octal | 163 | 151 | 114 | 0 | 11 | 42 | 67 | 55 | 24 | 45 |
| Binary | 1110011 | 1101001 | 1001100 | 0 | 1001 | 100010 | 110111 | 101101 | 10100 | 100101 |
Color Harmonies of #73694C
Complementary color
Monochromatic Colors of #73694C
Black with #73694C
Text Example
Text Example
White with #73694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73694C; }
p { color: rgb(115,105,76); }
H1.HeaderClassName
{
color: #73694C;
}
.AnyTagClassName
{
color: #73694C;
}
</style>
background-color css
<style>
a { background-color: #73694C; }
a { background-color: rgb(115,105,76); }
div.DivClassName
{
background-color: #73694C;
}
.BgClassName
{
background-color: #73694C;
}
</style>
border-color css
<style>
span { border-color: #73694C; }
span { border-color: rgb(115,105,76); }
td.TdClassName
{
border-color: #73694C;
}
.TagClassName
{
border-color: #73694C;
}
</style>