#8C867C

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

Shades of Schooner #8C867C

Tints of Schooner #8C867C

Color information

#8C867C (or 0x8C867C) is unknown color: approx Schooner. HEX triplet: 8C, 86 and 7C. RGB value is (140,134,124). Sum of RGB (Red+Green+Blue) = 140+134+124=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C867C is #737983. Grayscale: #868686. Windows color (decimal): -7567748 or 8160908. OLE color: 8160908.

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

Color convert

RGB140134124-
CMYK00.040.110.45
HSL37.5º6.5%51.76%-
HSV(B)37.5º11.43%54.9%-
XYZ22.9824.0822.51-
YUV134.65121.99131.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=35.18%
G=33.67%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013412400.040.110.4537.56.551.76
Hex8C867C04B2D26734
Octal21420617404135546764
Binary1000110010000110111110001001011101101100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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