#887F73

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

Shades of Schooner #887F73

Tints of Schooner #887F73

Color information

#887F73 (or 0x887F73) is unknown color: approx Schooner. HEX triplet: 88, 7F and 73. RGB value is (136,127,115). Sum of RGB (Red+Green+Blue) = 136+127+115=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #887F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F73 is #77808C. Grayscale: #808080. Windows color (decimal): -7831693 or 7569288. OLE color: 7569288.

HSL color Cylindrical-coordinate representation of color #887F73: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887F73 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136127115-
CMYK00.070.150.47
HSL34.29º8.37%49.22%-
HSV(B)34.29º15.44%53.33%-
XYZ20.8421.6519.3-
YUV128.32120.48133.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=35.98%
G=33.60%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612711500.070.150.4734.298.3749.22
Hex887F7307F2F22831
Octal210177163071757421061
Binary1000100011111111110011011111111011111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887F73; }

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

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

<style>
 a { background-color: #887F73; }

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

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

<style>
 span { border-color: #887F73; }

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

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