#877B78

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

Shades of Hurricane #877B78

Tints of Hurricane #877B78

Color information

#877B78 (or 0x877B78) is unknown color: approx Hurricane. HEX triplet: 87, 7B and 78. RGB value is (135,123,120). Sum of RGB (Red+Green+Blue) = 135+123+120=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B78 is #788487. Grayscale: #7E7E7E. Windows color (decimal): -7898248 or 7895943. OLE color: 7895943.

HSL color Cylindrical-coordinate representation of color #877B78: hue angle of 12º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #877B78 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB135123120-
CMYK00.090.110.47
HSL12º5.88%50%-
HSV(B)12º11.11%52.94%-
XYZ20.4620.6720.68-
YUV126.25124.48134.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=35.71%
G=32.54%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512312000.090.110.47125.8850
Hex877B7809B2Fc632
Octal207173170011135714662
Binary10000111111101111110000100110111011111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877B78; }

 p { color: rgb(135,123,120); }

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

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

 a { background-color: rgb(135,123,120); }

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

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

 span { border-color: rgb(135,123,120); }

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