#8D8782

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

Shades of Schooner #8D8782

Tints of Schooner #8D8782

Color information

#8D8782 (or 0x8D8782) is unknown color: approx Schooner. HEX triplet: 8D, 87 and 82. RGB value is (141,135,130). Sum of RGB (Red+Green+Blue) = 141+135+130=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8782 is #72787D. Grayscale: #888888. Windows color (decimal): -7501950 or 8554381. OLE color: 8554381.

HSL color Cylindrical-coordinate representation of color #8D8782: hue angle of 27.27º 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 #8D8782 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB141135130-
CMYK00.040.080.45
HSL27.27º4.6%53.14%-
HSV(B)27.27º7.8%55.29%-
XYZ23.6824.624.62-
YUV136.22124.49131.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=34.73%
G=33.25%
B=32.02%

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
Decimal14113513000.040.080.4527.274.653.14
Hex8D87820482D1b535
Octal21520720204105533565
Binary1000110110000111100000100100100010110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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