#57746B

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

Shades of William #57746B

Tints of William #57746B

Color information

#57746B (or 0x57746B) is unknown color: approx William. HEX triplet: 57, 74 and 6B. RGB value is (87,116,107). Sum of RGB (Red+Green+Blue) = 87+116+107=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #57746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57746B is #A88B94. Grayscale: #6A6A6A. Windows color (decimal): -11045781 or 7042135. OLE color: 7042135.

HSL color Cylindrical-coordinate representation of color #57746B: hue angle of 161.38º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57746B is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB87116107-
CMYK0.2500.080.55
HSL161.38º14.29%39.8%-
HSV(B)161.38º25%45.49%-
XYZ12.8315.5816.24-
YUV106.3128.39114.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=28.06%
G=37.42%
B=34.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871161070.2500.080.55161.3814.2939.8
Hex57746B190837a1e28
Octal12716415331010672411650
Binary1010111111010011010111100101000110111101000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57746B; }

 p { color: rgb(87,116,107); }

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

<style>
 a { background-color: #57746B; }

 a { background-color: rgb(87,116,107); }

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

<style>
 span { border-color: #57746B; }

 span { border-color: rgb(87,116,107); }

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