Shades of Crocodile #72684D
Tints of Crocodile #72684D
RGB
CMYK
RGB Variations
Color information
#72684D (or 0x72684D) is known color: Crocodile. HEX triplet: 72, 68 and 4D. RGB value is (114,104,77). Sum of RGB (Red+Green+Blue) = 114+104+77=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72684D is #8D97B2. Grayscale: #686868. Windows color (decimal): -9279411 or 5073010. OLE color: 5073010.
HSL color Cylindrical-coordinate representation of color #72684D: hue angle of 43.78º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72684D is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 77 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.55 |
| HSL | 43.78º | 0.19% | 0.37% | - |
| HSV(B) | 43.78º | 0.32% | 0.45% | - |
| XYZ | 13.23 | 14.01 | 9.03 | - |
| YUV | 103.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 77 | 0 | 0.09 | 0.32 | 0.55 | 43.78 | 0.19 | 0.37 |
| Hex | 72 | 68 | 4D | 0 | 9 | 20 | 37 | 2C | 13 | 25 |
| Octal | 162 | 150 | 115 | 0 | 11 | 40 | 67 | 54 | 23 | 45 |
| Binary | 1110010 | 1101000 | 1001101 | 0 | 1001 | 100000 | 110111 | 101100 | 10011 | 100101 |
Color Harmonies of #72684D
Complementary color
Monochromatic Colors of #72684D
Black with #72684D
Text Example
Text Example
White with #72684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72684D; }
p { color: rgb(114,104,77); }
H1.HeaderClassName
{
color: #72684D;
}
.AnyTagClassName
{
color: #72684D;
}
</style>
background-color css
<style>
a { background-color: #72684D; }
a { background-color: rgb(114,104,77); }
div.DivClassName
{
background-color: #72684D;
}
.BgClassName
{
background-color: #72684D;
}
</style>
border-color css
<style>
span { border-color: #72684D; }
span { border-color: rgb(114,104,77); }
td.TdClassName
{
border-color: #72684D;
}
.TagClassName
{
border-color: #72684D;
}
</style>