#8D877F

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

Shades of Schooner #8D877F

Tints of Schooner #8D877F

Color information

#8D877F (or 0x8D877F) is unknown color: approx Schooner. HEX triplet: 8D, 87 and 7F. RGB value is (141,135,127). Sum of RGB (Red+Green+Blue) = 141+135+127=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 141 - color contains mainly: red. Hex color #8D877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D877F is #727880. Grayscale: #878787. Windows color (decimal): -7501953 or 8357773. OLE color: 8357773.

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

Color convert

RGB141135127-
CMYK00.040.100.45
HSL34.29º5.79%52.55%-
HSV(B)34.29º9.93%55.29%-
XYZ23.4824.5223.57-
YUV135.88122.99131.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 127 (50% from 255) = 31.51%
R=34.99%
G=33.50%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113512700.040.100.4534.295.7952.55
Hex8D877F04A2D22635
Octal21520717704125542665
Binary1000110110000111111111101001010101101100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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