#8D867F

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

Shades of Schooner #8D867F

Tints of Schooner #8D867F

Color information

#8D867F (or 0x8D867F) is unknown color: approx Schooner. HEX triplet: 8D, 86 and 7F. RGB value is (141,134,127). Sum of RGB (Red+Green+Blue) = 141+134+127=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D867F is #727980. Grayscale: #878787. Windows color (decimal): -7502209 or 8357517. OLE color: 8357517.

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

Color convert

RGB141134127-
CMYK00.050.100.45
HSL30º5.79%52.55%-
HSV(B)30º9.93%55.29%-
XYZ23.3424.2523.53-
YUV135.3123.32132.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 31.59%
R=35.07%
G=33.33%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113412700.050.100.45305.7952.55
Hex8D867F05A2D1e635
Octal21520617705125536665
Binary100011011000011011111110101101010110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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