#716C57

Color #716C57 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #716C57

Tints of Crocodile #716C57

Color information

#716C57 (or 0x716C57) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 57. RGB value is (113,108,87). Sum of RGB (Red+Green+Blue) = 113+108+87=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C57 is #8E93A8. Grayscale: #6B6B6B. Windows color (decimal): -9343913 or 5729393. OLE color: 5729393.

HSL color Cylindrical-coordinate representation of color #716C57: hue angle of 48.46º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716C57 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB11310887-
CMYK00.040.230.56
HSL48.46º13%39.22%-
HSV(B)48.46º23.01%44.31%-
XYZ13.8914.9211.17-
YUV107.1116.66132.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=36.69%
G=35.06%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088700.040.230.5648.461339.22
Hex716C5704173830d27
Octal161154127042770601547
Binary1110001110110010101110100101111110001100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716C57; }

 p { color: rgb(113,108,87); }

 H1.HeaderClassName
 {
   color: #716C57;
 }
 .AnyTagClassName
 {
   color: #716C57;
 }
</style>
background-color css

<style>
 a { background-color: #716C57; }

 a { background-color: rgb(113,108,87); }

 div.DivClassName
 {
   background-color: #716C57;
 }
 .BgClassName
 {
   background-color: #716C57;
 }
</style>
border-color css

<style>
 span { border-color: #716C57; }

 span { border-color: rgb(113,108,87); }

 td.TdClassName
 {
   border-color: #716C57;
 }
 .TagClassName
 {
   border-color: #716C57;
 }
</style>