Shades of Crocodile #716C54
Tints of Crocodile #716C54
RGB
CMYK
RGB Variations
Color information
#716C54 (or 0x716C54) is known color: Crocodile. HEX triplet: 71, 6C and 54. RGB value is (113,108,84). Sum of RGB (Red+Green+Blue) = 113+108+84=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #716C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C54 is #8E93AB. Grayscale: #6A6A6A. Windows color (decimal): -9343916 or 5532785. OLE color: 5532785.
HSL color Cylindrical-coordinate representation of color #716C54: hue angle of 49.66º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716C54 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 84 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.56 |
| HSL | 49.66º | 0.15% | 0.39% | - |
| HSV(B) | 49.66º | 0.26% | 0.44% | - |
| XYZ | 13.77 | 14.88 | 10.53 | - |
| YUV | 106.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 84 | 0 | 0.04 | 0.26 | 0.56 | 49.66 | 0.15 | 0.39 |
| Hex | 71 | 6C | 54 | 0 | 4 | 1A | 38 | 32 | F | 27 |
| Octal | 161 | 154 | 124 | 0 | 4 | 32 | 70 | 62 | 17 | 47 |
| Binary | 1110001 | 1101100 | 1010100 | 0 | 100 | 11010 | 111000 | 110010 | 1111 | 100111 |
Color Harmonies of #716C54
Complementary color
Monochromatic Colors of #716C54
Black with #716C54
Text Example
Text Example
White with #716C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C54; }
p { color: rgb(113,108,84); }
H1.HeaderClassName
{
color: #716C54;
}
.AnyTagClassName
{
color: #716C54;
}
</style>
background-color css
<style>
a { background-color: #716C54; }
a { background-color: rgb(113,108,84); }
div.DivClassName
{
background-color: #716C54;
}
.BgClassName
{
background-color: #716C54;
}
</style>
border-color css
<style>
span { border-color: #716C54; }
span { border-color: rgb(113,108,84); }
td.TdClassName
{
border-color: #716C54;
}
.TagClassName
{
border-color: #716C54;
}
</style>