#57726E

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

Shades of William #57726E

Tints of William #57726E

Color information

#57726E (or 0x57726E) is unknown color: approx William. HEX triplet: 57, 72 and 6E. RGB value is (87,114,110). Sum of RGB (Red+Green+Blue) = 87+114+110=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #57726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57726E is #A88D91. Grayscale: #696969. Windows color (decimal): -11046290 or 7238231. OLE color: 7238231.

HSL color Cylindrical-coordinate representation of color #57726E: hue angle of 171.11º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57726E is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB87114110-
CMYK0.2400.040.55
HSL171.11º13.43%39.41%-
HSV(B)171.11º23.68%44.71%-
XYZ12.7615.1917.01-
YUV105.47130.55114.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=27.97%
G=36.66%
B=35.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871141100.2400.040.55171.1113.4339.41
Hex57726E180437abd27
Octal1271621563004672531547
Binary101011111100101101110110000100110111101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57726E; }

 p { color: rgb(87,114,110); }

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

<style>
 a { background-color: #57726E; }

 a { background-color: rgb(87,114,110); }

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

<style>
 span { border-color: #57726E; }

 span { border-color: rgb(87,114,110); }

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