#8D8882

Color #8D8882 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #8D8882

Tints of Schooner #8D8882

Color information

#8D8882 (or 0x8D8882) is unknown color: approx Schooner. HEX triplet: 8D, 88 and 82. RGB value is (141,136,130). Sum of RGB (Red+Green+Blue) = 141+136+130=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8882 is #72777D. Grayscale: #888888. Windows color (decimal): -7501694 or 8554637. OLE color: 8554637.

HSL color Cylindrical-coordinate representation of color #8D8882: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D8882 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB141136130-
CMYK00.040.080.45
HSL32.73º4.6%53.14%-
HSV(B)32.73º7.8%55.29%-
XYZ23.8224.8824.67-
YUV136.81124.16130.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=34.64%
G=33.42%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113613000.040.080.4532.734.653.14
Hex8D88820482D21535
Octal21521020204105541565
Binary10001101100010001000001001001000101101100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8882; }

 p { color: rgb(141,136,130); }

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

<style>
 a { background-color: #8D8882; }

 a { background-color: rgb(141,136,130); }

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

<style>
 span { border-color: #8D8882; }

 span { border-color: rgb(141,136,130); }

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