#55766E

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

Shades of William #55766E

Tints of William #55766E

Color information

#55766E (or 0x55766E) is unknown color: approx William. HEX triplet: 55, 76 and 6E. RGB value is (85,118,110). Sum of RGB (Red+Green+Blue) = 85+118+110=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #55766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55766E is #AA8991. Grayscale: #6B6B6B. Windows color (decimal): -11176338 or 7239253. OLE color: 7239253.

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

Color convert

RGB85118110-
CMYK0.2800.070.54
HSL165.45º16.26%39.8%-
HSV(B)165.45º27.97%46.27%-
XYZ13.0416.0117.16-
YUV107.22129.57112.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=27.16%
G=37.70%
B=35.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181100.2800.070.54165.4516.2639.8
Hex55766E1C0736a51028
Octal1251661563407662452050
Binary1010101111011011011101110001111101101010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,118,110); }

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

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

 a { background-color: rgb(85,118,110); }

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

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

 span { border-color: rgb(85,118,110); }

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