#8C847E

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

Shades of Hurricane #8C847E

Tints of Hurricane #8C847E

Color information

#8C847E (or 0x8C847E) is unknown color: approx Hurricane. HEX triplet: 8C, 84 and 7E. RGB value is (140,132,126). Sum of RGB (Red+Green+Blue) = 140+132+126=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C847E is #737B81. Grayscale: #858585. Windows color (decimal): -7568258 or 8291468. OLE color: 8291468.

HSL color Cylindrical-coordinate representation of color #8C847E: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C847E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB140132126-
CMYK00.060.100.45
HSL25.71º5.74%52.16%-
HSV(B)25.71º10%54.9%-
XYZ22.8323.5823.09-
YUV133.71123.65132.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=35.18%
G=33.17%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013212600.060.100.4525.715.7452.16
Hex8C847E06A2D1a634
Octal21420417606125532664
Binary100011001000010011111100110101010110111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C847E; }

 p { color: rgb(140,132,126); }

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

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

 a { background-color: rgb(140,132,126); }

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

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

 span { border-color: rgb(140,132,126); }

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