#8D8680

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

Shades of Schooner #8D8680

Tints of Schooner #8D8680

Color information

#8D8680 (or 0x8D8680) is unknown color: approx Schooner. HEX triplet: 8D, 86 and 80. RGB value is (141,134,128). Sum of RGB (Red+Green+Blue) = 141+134+128=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8680 is #72797F. Grayscale: #878787. Windows color (decimal): -7502208 or 8423053. OLE color: 8423053.

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

Color convert

RGB141134128-
CMYK00.050.090.45
HSL27.69º5.39%52.75%-
HSV(B)27.69º9.22%55.29%-
XYZ23.4124.2723.87-
YUV135.41123.82131.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=34.99%
G=33.25%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113412800.050.090.4527.695.3952.75
Hex8D86800592D1c535
Octal21520620005115534565
Binary1000110110000110100000000101100110110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,128); }

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

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

 a { background-color: rgb(141,134,128); }

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

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

 span { border-color: rgb(141,134,128); }

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