#887F7B

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

Shades of Hurricane #887F7B

Tints of Hurricane #887F7B

Color information

#887F7B (or 0x887F7B) is unknown color: approx Hurricane. HEX triplet: 88, 7F and 7B. RGB value is (136,127,123). Sum of RGB (Red+Green+Blue) = 136+127+123=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F7B is #778084. Grayscale: #818181. Windows color (decimal): -7831685 or 8093576. OLE color: 8093576.

HSL color Cylindrical-coordinate representation of color #887F7B: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887F7B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136127123-
CMYK00.070.100.47
HSL18.46º5.18%50.78%-
HSV(B)18.46º9.56%53.33%-
XYZ21.3221.8421.83-
YUV129.23124.48132.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=35.23%
G=32.90%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612712300.070.100.4718.465.1850.78
Hex887F7B07A2F12533
Octal21017717307125722563
Binary10001000111111111110110111101010111110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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