#887F72

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

Shades of Schooner #887F72

Tints of Schooner #887F72

Color information

#887F72 (or 0x887F72) is unknown color: approx Schooner. HEX triplet: 88, 7F and 72. RGB value is (136,127,114). Sum of RGB (Red+Green+Blue) = 136+127+114=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #887F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F72 is #77808D. Grayscale: #808080. Windows color (decimal): -7831694 or 7503752. OLE color: 7503752.

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

Color convert

RGB136127114-
CMYK00.070.160.47
HSL35.45º8.8%49.02%-
HSV(B)35.45º16.18%53.33%-
XYZ20.7821.6319-
YUV128.21119.98133.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=36.07%
G=33.69%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612711400.070.160.4735.458.849.02
Hex887F7207102F23931
Octal210177162072057431161
Binary10001000111111111100100111100001011111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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