#57756D

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

Shades of William #57756D

Tints of William #57756D

Color information

#57756D (or 0x57756D) is unknown color: approx William. HEX triplet: 57, 75 and 6D. RGB value is (87,117,109). Sum of RGB (Red+Green+Blue) = 87+117+109=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #57756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756D is #A88A92. Grayscale: #6B6B6B. Windows color (decimal): -11045523 or 7173463. OLE color: 7173463.

HSL color Cylindrical-coordinate representation of color #57756D: hue angle of 164º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57756D is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB87117109-
CMYK0.2600.070.54
HSL164º14.71%40%-
HSV(B)164º25.64%45.88%-
XYZ13.0515.8516.84-
YUV107.12129.06113.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=27.80%
G=37.38%
B=34.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871171090.2600.070.5416414.7140
Hex57756D1A0736a4f28
Octal1271651553207662441750
Binary101011111101011101101110100111110110101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57756D; }

 p { color: rgb(87,117,109); }

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

<style>
 a { background-color: #57756D; }

 a { background-color: rgb(87,117,109); }

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

<style>
 span { border-color: #57756D; }

 span { border-color: rgb(87,117,109); }

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