#56746C

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

Shades of William #56746C

Tints of William #56746C

Color information

#56746C (or 0x56746C) is unknown color: approx William. HEX triplet: 56, 74 and 6C. RGB value is (86,116,108). Sum of RGB (Red+Green+Blue) = 86+116+108=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #56746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56746C is #A98B93. Grayscale: #6A6A6A. Windows color (decimal): -11111316 or 7107670. OLE color: 7107670.

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

Color convert

RGB86116108-
CMYK0.2600.070.55
HSL164º14.85%39.61%-
HSV(B)164º25.86%45.49%-
XYZ12.7915.5516.52-
YUV106.12129.06113.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=27.74%
G=37.42%
B=34.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861161080.2600.070.5516414.8539.61
Hex56746C1A0737a4f28
Octal1261641543207672441750
Binary101011011101001101100110100111110111101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56746C; }

 p { color: rgb(86,116,108); }

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

<style>
 a { background-color: #56746C; }

 a { background-color: rgb(86,116,108); }

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

<style>
 span { border-color: #56746C; }

 span { border-color: rgb(86,116,108); }

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