#8D8377

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

Shades of Schooner #8D8377

Tints of Schooner #8D8377

Color information

#8D8377 (or 0x8D8377) is unknown color: approx Schooner. HEX triplet: 8D, 83 and 77. RGB value is (141,131,119). Sum of RGB (Red+Green+Blue) = 141+131+119=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8377 is #727C88. Grayscale: #848484. Windows color (decimal): -7502985 or 7832461. OLE color: 7832461.

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

Color convert

RGB141131119-
CMYK00.070.160.45
HSL32.73º8.8%50.98%-
HSV(B)32.73º15.6%55.29%-
XYZ22.4323.2320.75-
YUV132.62120.31133.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=36.06%
G=33.50%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113111900.070.160.4532.738.850.98
Hex8D837707102D21933
Octal215203167072055411163
Binary100011011000001111101110111100001011011000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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