#877F7C

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

Shades of Hurricane #877F7C

Tints of Hurricane #877F7C

Color information

#877F7C (or 0x877F7C) is unknown color: approx Hurricane. HEX triplet: 87, 7F and 7C. RGB value is (135,127,124). Sum of RGB (Red+Green+Blue) = 135+127+124=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F7C is #788083. Grayscale: #818181. Windows color (decimal): -7897220 or 8159111. OLE color: 8159111.

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

Color convert

RGB135127124-
CMYK00.060.080.47
HSL16.36º4.38%50.78%-
HSV(B)16.36º8.15%52.94%-
XYZ21.2221.7822.16-
YUV129.05125.15132.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=34.97%
G=32.90%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512712400.060.080.4716.364.3850.78
Hex877F7C0682F10433
Octal20717717406105720463
Binary10000111111111111111000110100010111110000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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