#877F7B

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

Shades of Hurricane #877F7B

Tints of Hurricane #877F7B

Color information

#877F7B (or 0x877F7B) is unknown color: approx Hurricane. HEX triplet: 87, 7F and 7B. RGB value is (135,127,123). Sum of RGB (Red+Green+Blue) = 135+127+123=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F7B is #788084. Grayscale: #808080. Windows color (decimal): -7897221 or 8093575. OLE color: 8093575.

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

Color convert

RGB135127123-
CMYK00.060.090.47
HSL20º4.76%50.59%-
HSV(B)20º8.89%52.94%-
XYZ21.1621.7621.82-
YUV128.94124.65132.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=35.06%
G=32.99%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512712300.060.090.47204.7650.59
Hex877F7B0692F14533
Octal20717717306115724563
Binary10000111111111111110110110100110111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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