#8D847F

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

Shades of Hurricane #8D847F

Tints of Hurricane #8D847F

Color information

#8D847F (or 0x8D847F) is unknown color: approx Hurricane. HEX triplet: 8D, 84 and 7F. RGB value is (141,132,127). Sum of RGB (Red+Green+Blue) = 141+132+127=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D847F is #727B80. Grayscale: #868686. Windows color (decimal): -7502721 or 8357005. OLE color: 8357005.

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

Color convert

RGB141132127-
CMYK00.060.100.45
HSL21.43º5.79%52.55%-
HSV(B)21.43º9.93%55.29%-
XYZ23.0723.723.44-
YUV134.12123.98132.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.25%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 127 (50% from 255) = 31.75%
R=35.25%
G=33%
B=31.75%

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
Decimal14113212700.060.100.4521.435.7952.55
Hex8D847F06A2D15635
Octal21520417706125525665
Binary100011011000010011111110110101010110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,127); }

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

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

 a { background-color: rgb(141,132,127); }

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

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

 span { border-color: rgb(141,132,127); }

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