#8D877B

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

Shades of Schooner #8D877B

Tints of Schooner #8D877B

Color information

#8D877B (or 0x8D877B) is unknown color: approx Schooner. HEX triplet: 8D, 87 and 7B. RGB value is (141,135,123). Sum of RGB (Red+Green+Blue) = 141+135+123=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D877B is #727884. Grayscale: #878787. Windows color (decimal): -7501957 or 8095629. OLE color: 8095629.

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

Color convert

RGB141135123-
CMYK00.040.130.45
HSL40º7.32%51.76%-
HSV(B)40º12.77%55.29%-
XYZ23.2224.4222.23-
YUV135.43120.99131.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=35.34%
G=33.83%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113512300.040.130.45407.3251.76
Hex8D877B04D2D28734
Octal21520717304155550764
Binary1000110110000111111101101001101101101101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,135,123); }

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

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

 a { background-color: rgb(141,135,123); }

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

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

 span { border-color: rgb(141,135,123); }

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