#8F867A

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

Shades of Schooner #8F867A

Tints of Schooner #8F867A

Color information

#8F867A (or 0x8F867A) is unknown color: approx Schooner. HEX triplet: 8F, 86 and 7A. RGB value is (143,134,122). Sum of RGB (Red+Green+Blue) = 143+134+122=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F867A is #707985. Grayscale: #878787. Windows color (decimal): -7371142 or 8029839. OLE color: 8029839.

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

Color convert

RGB143134122-
CMYK00.060.150.44
HSL34.29º8.57%51.96%-
HSV(B)34.29º14.69%56.08%-
XYZ23.3724.2921.87-
YUV135.32120.48133.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=35.84%
G=33.58%
B=30.58%

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
Decimal14313412200.060.150.4434.298.5751.96
Hex8F867A06F2C22934
Octal217206172061754421164
Binary10001111100001101111010011011111011001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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