#8F877A

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

Shades of Schooner #8F877A

Tints of Schooner #8F877A

Color information

#8F877A (or 0x8F877A) is unknown color: approx Schooner. HEX triplet: 8F, 87 and 7A. RGB value is (143,135,122). Sum of RGB (Red+Green+Blue) = 143+135+122=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F877A is #707885. Grayscale: #878787. Windows color (decimal): -7370886 or 8030095. OLE color: 8030095.

HSL color Cylindrical-coordinate representation of color #8F877A: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F877A is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143135122-
CMYK00.060.150.44
HSL37.14º8.57%51.96%-
HSV(B)37.14º14.69%56.08%-
XYZ23.524.5721.92-
YUV135.91120.15133.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=35.75%
G=33.75%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313512200.060.150.4437.148.5751.96
Hex8F877A06F2C25934
Octal217207172061754451164
Binary10001111100001111111010011011111011001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,122); }

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

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

 a { background-color: rgb(143,135,122); }

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

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

 span { border-color: rgb(143,135,122); }

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