Shades of Crocodile #73684A
Tints of Crocodile #73684A
RGB
CMYK
RGB Variations
Color information
#73684A (or 0x73684A) is known color: Crocodile. HEX triplet: 73, 68 and 4A. RGB value is (115,104,74). Sum of RGB (Red+Green+Blue) = 115+104+74=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73684A is #8C97B5. Grayscale: #686868. Windows color (decimal): -9213878 or 4876403. OLE color: 4876403.
HSL color Cylindrical-coordinate representation of color #73684A: hue angle of 43.9º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73684A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 74 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.55 |
| HSL | 43.9º | 0.22% | 0.37% | - |
| HSV(B) | 43.9º | 0.36% | 0.45% | - |
| XYZ | 13.26 | 14.04 | 8.49 | - |
| YUV | 103.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 74 | 0 | 0.10 | 0.36 | 0.55 | 43.9 | 0.22 | 0.37 |
| Hex | 73 | 68 | 4A | 0 | A | 24 | 37 | 2C | 16 | 25 |
| Octal | 163 | 150 | 112 | 0 | 12 | 44 | 67 | 54 | 26 | 45 |
| Binary | 1110011 | 1101000 | 1001010 | 0 | 1010 | 100100 | 110111 | 101100 | 10110 | 100101 |
Color Harmonies of #73684A
Complementary color
Monochromatic Colors of #73684A
Black with #73684A
Text Example
Text Example
White with #73684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73684A; }
p { color: rgb(115,104,74); }
H1.HeaderClassName
{
color: #73684A;
}
.AnyTagClassName
{
color: #73684A;
}
</style>
background-color css
<style>
a { background-color: #73684A; }
a { background-color: rgb(115,104,74); }
div.DivClassName
{
background-color: #73684A;
}
.BgClassName
{
background-color: #73684A;
}
</style>
border-color css
<style>
span { border-color: #73684A; }
span { border-color: rgb(115,104,74); }
td.TdClassName
{
border-color: #73684A;
}
.TagClassName
{
border-color: #73684A;
}
</style>