#8F887F

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

Shades of Schooner #8F887F

Tints of Schooner #8F887F

Color information

#8F887F (or 0x8F887F) is unknown color: approx Schooner. HEX triplet: 8F, 88 and 7F. RGB value is (143,136,127). Sum of RGB (Red+Green+Blue) = 143+136+127=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 143 - color contains mainly: red. Hex color #8F887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F887F is #707780. Grayscale: #898989. Windows color (decimal): -7370625 or 8358031. OLE color: 8358031.

HSL color Cylindrical-coordinate representation of color #8F887F: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F887F is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB143136127-
CMYK00.050.110.44
HSL33.75º6.67%52.94%-
HSV(B)33.75º11.19%56.08%-
XYZ23.9624.9823.64-
YUV137.07122.32132.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.22%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 127 (50% from 255) = 31.28%
R=35.22%
G=33.50%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313612700.050.110.4433.756.6752.94
Hex8F887F05B2C22735
Octal21721017705135442765
Binary1000111110001000111111101011011101100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,136,127); }

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

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

 a { background-color: rgb(143,136,127); }

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

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

 span { border-color: rgb(143,136,127); }

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