Shades of Crocodile #73694D
Tints of Crocodile #73694D
RGB
CMYK
RGB Variations
Color information
#73694D (or 0x73694D) is known color: Crocodile. HEX triplet: 73, 69 and 4D. RGB value is (115,105,77). Sum of RGB (Red+Green+Blue) = 115+105+77=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73694D is #8C96B2. Grayscale: #686868. Windows color (decimal): -9213619 or 5073267. OLE color: 5073267.
HSL color Cylindrical-coordinate representation of color #73694D: hue angle of 44.21º 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 #73694D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 77 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.55 |
| HSL | 44.21º | 0.2% | 0.38% | - |
| HSV(B) | 44.21º | 0.33% | 0.45% | - |
| XYZ | 13.46 | 14.28 | 9.07 | - |
| YUV | 104.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 77 | 0 | 0.09 | 0.33 | 0.55 | 44.21 | 0.2 | 0.38 |
| Hex | 73 | 69 | 4D | 0 | 9 | 21 | 37 | 2C | 14 | 26 |
| Octal | 163 | 151 | 115 | 0 | 11 | 41 | 67 | 54 | 24 | 46 |
| Binary | 1110011 | 1101001 | 1001101 | 0 | 1001 | 100001 | 110111 | 101100 | 10100 | 100110 |
Color Harmonies of #73694D
Complementary color
Monochromatic Colors of #73694D
Black with #73694D
Text Example
Text Example
White with #73694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73694D; }
p { color: rgb(115,105,77); }
H1.HeaderClassName
{
color: #73694D;
}
.AnyTagClassName
{
color: #73694D;
}
</style>
background-color css
<style>
a { background-color: #73694D; }
a { background-color: rgb(115,105,77); }
div.DivClassName
{
background-color: #73694D;
}
.BgClassName
{
background-color: #73694D;
}
</style>
border-color css
<style>
span { border-color: #73694D; }
span { border-color: rgb(115,105,77); }
td.TdClassName
{
border-color: #73694D;
}
.TagClassName
{
border-color: #73694D;
}
</style>