#716C4F

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

Shades of Crocodile #716C4F

Tints of Crocodile #716C4F

Color information

#716C4F (or 0x716C4F) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 4F. RGB value is (113,108,79). Sum of RGB (Red+Green+Blue) = 113+108+79=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C4F is #8E93B0. Grayscale: #6A6A6A. Windows color (decimal): -9343921 or 5205105. OLE color: 5205105.

HSL color Cylindrical-coordinate representation of color #716C4F: hue angle of 51.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716C4F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11310879-
CMYK00.040.300.56
HSL51.18º17.71%37.65%-
HSV(B)51.18º30.09%44.31%-
XYZ13.5814.89.54-
YUV106.19112.66132.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=37.67%
G=36%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131087900.040.300.5651.1817.7137.65
Hex716C4F041E38331226
Octal161154117043670632246
Binary11100011101100100111101001111011100011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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