#57716F

Color #57716F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #57716F

Tints of William #57716F

Color information

#57716F (or 0x57716F) is unknown color: approx William. HEX triplet: 57, 71 and 6F. RGB value is (87,113,111). Sum of RGB (Red+Green+Blue) = 87+113+111=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #57716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57716F is #A88E90. Grayscale: #686868. Windows color (decimal): -11046545 or 7303511. OLE color: 7303511.

HSL color Cylindrical-coordinate representation of color #57716F: hue angle of 175.38º 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 #57716F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB87113111-
CMYK0.2300.020.56
HSL175.38º13%39.22%-
HSV(B)175.38º23.01%44.31%-
XYZ12.714.9817.26-
YUV105131.39115.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=27.97%
G=36.33%
B=35.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871131110.2300.020.56175.381339.22
Hex57716F170238afd27
Octal1271611572702702571547
Binary10101111110001110111110111010111000101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57716F; }

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

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

<style>
 a { background-color: #57716F; }

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

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

<style>
 span { border-color: #57716F; }

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

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