#887B74

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

Shades of Hurricane #887B74

Tints of Hurricane #887B74

Color information

#887B74 (or 0x887B74) is unknown color: approx Hurricane. HEX triplet: 88, 7B and 74. RGB value is (136,123,116). Sum of RGB (Red+Green+Blue) = 136+123+116=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B74 is #77848B. Grayscale: #7E7E7E. Windows color (decimal): -7832716 or 7633800. OLE color: 7633800.

HSL color Cylindrical-coordinate representation of color #887B74: hue angle of 21º 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 #887B74 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136123116-
CMYK00.100.150.47
HSL21º7.94%49.41%-
HSV(B)21º14.71%53.33%-
XYZ20.3920.6619.44-
YUV126.09122.31135.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=36.27%
G=32.8%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612311600.100.150.47217.9449.41
Hex887B740AF2F15831
Octal2101731640121757251061
Binary1000100011110111110100010101111101111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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