#878280

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

Shades of Hurricane #878280

Tints of Hurricane #878280

Color information

#878280 (or 0x878280) is unknown color: approx Hurricane. HEX triplet: 87, 82 and 80. RGB value is (135,130,128). Sum of RGB (Red+Green+Blue) = 135+130+128=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #878280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878280 is #787D7F. Grayscale: #838383. Windows color (decimal): -7896448 or 8422023. OLE color: 8422023.

HSL color Cylindrical-coordinate representation of color #878280: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878280 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB135130128-
CMYK00.040.050.47
HSL17.14º2.83%51.57%-
HSV(B)17.14º5.19%52.94%-
XYZ21.8722.6723.65-
YUV131.27126.16130.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=34.35%
G=33.08%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513012800.040.050.4717.142.8351.57
Hex8782800452F11334
Octal2072022000455721364
Binary10000111100000101000000001001011011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878280; }

 p { color: rgb(135,130,128); }

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

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

 a { background-color: rgb(135,130,128); }

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

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

 span { border-color: rgb(135,130,128); }

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