#57726F

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

Shades of William #57726F

Tints of William #57726F

Color information

#57726F (or 0x57726F) is unknown color: approx William. HEX triplet: 57, 72 and 6F. RGB value is (87,114,111). Sum of RGB (Red+Green+Blue) = 87+114+111=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #57726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57726F is #A88D90. Grayscale: #696969. Windows color (decimal): -11046289 or 7303767. OLE color: 7303767.

HSL color Cylindrical-coordinate representation of color #57726F: hue angle of 173.33º 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 #57726F is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB87114111-
CMYK0.2400.030.55
HSL173.33º13.43%39.41%-
HSV(B)173.33º23.68%44.71%-
XYZ12.8215.2117.3-
YUV105.58131.05114.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=27.88%
G=36.54%
B=35.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871141110.2400.030.55173.3313.4339.41
Hex57726F180337add27
Octal1271621573003672551547
Binary10101111110010110111111000011110111101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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