#8F8775

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

Shades of Schooner #8F8775

Tints of Schooner #8F8775

Color information

#8F8775 (or 0x8F8775) is unknown color: approx Schooner. HEX triplet: 8F, 87 and 75. RGB value is (143,135,117). Sum of RGB (Red+Green+Blue) = 143+135+117=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8775 is #70788A. Grayscale: #878787. Windows color (decimal): -7370891 or 7702415. OLE color: 7702415.

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

Color convert

RGB143135117-
CMYK00.060.180.44
HSL41.54º10.4%50.98%-
HSV(B)41.54º18.18%56.08%-
XYZ23.224.4520.33-
YUV135.34117.65133.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=36.20%
G=34.18%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313511700.060.180.4441.5410.450.98
Hex8F877506122C2aa33
Octal217207165062254521263
Binary100011111000011111101010110100101011001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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