Shades of Crocodile #73694E
Tints of Crocodile #73694E
RGB
CMYK
RGB Variations
Color information
#73694E (or 0x73694E) is known color: Crocodile. HEX triplet: 73, 69 and 4E. RGB value is (115,105,78). Sum of RGB (Red+Green+Blue) = 115+105+78=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73694E is #8C96B1. Grayscale: #696969. Windows color (decimal): -9213618 or 5138803. OLE color: 5138803.
HSL color Cylindrical-coordinate representation of color #73694E: hue angle of 43.78º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73694E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 78 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.55 |
| HSL | 43.78º | 0.19% | 0.38% | - |
| HSV(B) | 43.78º | 0.32% | 0.45% | - |
| XYZ | 13.5 | 14.3 | 9.26 | - |
| YUV | 104.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 78 | 0 | 0.09 | 0.32 | 0.55 | 43.78 | 0.19 | 0.38 |
| Hex | 73 | 69 | 4E | 0 | 9 | 20 | 37 | 2C | 13 | 26 |
| Octal | 163 | 151 | 116 | 0 | 11 | 40 | 67 | 54 | 23 | 46 |
| Binary | 1110011 | 1101001 | 1001110 | 0 | 1001 | 100000 | 110111 | 101100 | 10011 | 100110 |
Color Harmonies of #73694E
Complementary color
Monochromatic Colors of #73694E
Black with #73694E
Text Example
Text Example
White with #73694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73694E; }
p { color: rgb(115,105,78); }
H1.HeaderClassName
{
color: #73694E;
}
.AnyTagClassName
{
color: #73694E;
}
</style>
background-color css
<style>
a { background-color: #73694E; }
a { background-color: rgb(115,105,78); }
div.DivClassName
{
background-color: #73694E;
}
.BgClassName
{
background-color: #73694E;
}
</style>
border-color css
<style>
span { border-color: #73694E; }
span { border-color: rgb(115,105,78); }
td.TdClassName
{
border-color: #73694E;
}
.TagClassName
{
border-color: #73694E;
}
</style>