#8C8680

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

Shades of Schooner #8C8680

Tints of Schooner #8C8680

Color information

#8C8680 (or 0x8C8680) is unknown color: approx Schooner. HEX triplet: 8C, 86 and 80. RGB value is (140,134,128). Sum of RGB (Red+Green+Blue) = 140+134+128=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8680 is #73797F. Grayscale: #878787. Windows color (decimal): -7567744 or 8423052. OLE color: 8423052.

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

Color convert

RGB140134128-
CMYK00.040.090.45
HSL30º4.96%52.55%-
HSV(B)30º8.57%54.9%-
XYZ23.2424.1823.87-
YUV135.11123.99131.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=34.83%
G=33.33%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013412800.040.090.45304.9652.55
Hex8C86800492D1e535
Octal21420620004115536565
Binary1000110010000110100000000100100110110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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