#887672

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

Shades of Hurricane #887672

Tints of Hurricane #887672

Color information

#887672 (or 0x887672) is unknown color: approx Hurricane. HEX triplet: 88, 76 and 72. RGB value is (136,118,114). Sum of RGB (Red+Green+Blue) = 136+118+114=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #887672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887672 is #77898D. Grayscale: #7A7A7A. Windows color (decimal): -7833998 or 7501448. OLE color: 7501448.

HSL color Cylindrical-coordinate representation of color #887672: hue angle of 10.91º 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 #887672 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB136118114-
CMYK00.130.160.47
HSL10.91º8.8%49.02%-
HSV(B)10.91º16.18%53.33%-
XYZ19.6719.4118.63-
YUV122.93122.96137.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=36.96%
G=32.07%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611811400.130.160.4710.918.849.02
Hex8876720D102Fb931
Octal2101661620152057131161
Binary1000100011101101110010011011000010111110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887672; }

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

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

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

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

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

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

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

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