#8D857D

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

Shades of Schooner #8D857D

Tints of Schooner #8D857D

Color information

#8D857D (or 0x8D857D) is unknown color: approx Schooner. HEX triplet: 8D, 85 and 7D. RGB value is (141,133,125). Sum of RGB (Red+Green+Blue) = 141+133+125=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D857D is #727A82. Grayscale: #868686. Windows color (decimal): -7502467 or 8226189. OLE color: 8226189.

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

Color convert

RGB141133125-
CMYK00.060.110.45
HSL30º6.56%52.16%-
HSV(B)30º11.35%55.29%-
XYZ23.0723.9222.8-
YUV134.48122.65132.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=35.34%
G=33.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113312500.060.110.45306.5652.16
Hex8D857D06B2D1e734
Octal21520517506135536764
Binary100011011000010111111010110101110110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,125); }

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

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

 a { background-color: rgb(141,133,125); }

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

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

 span { border-color: rgb(141,133,125); }

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