#8D8677

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

Shades of Schooner #8D8677

Tints of Schooner #8D8677

Color information

#8D8677 (or 0x8D8677) is unknown color: approx Schooner. HEX triplet: 8D, 86 and 77. RGB value is (141,134,119). Sum of RGB (Red+Green+Blue) = 141+134+119=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8677 is #727988. Grayscale: #868686. Windows color (decimal): -7502217 or 7833229. OLE color: 7833229.

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

Color convert

RGB141134119-
CMYK00.050.160.45
HSL40.91º8.8%50.98%-
HSV(B)40.91º15.6%55.29%-
XYZ22.8424.0420.89-
YUV134.38119.32132.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=35.79%
G=34.01%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113411900.050.160.4540.918.850.98
Hex8D867705102D29933
Octal215206167052055511163
Binary100011011000011011101110101100001011011010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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