#8C847F

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

Shades of Hurricane #8C847F

Tints of Hurricane #8C847F

Color information

#8C847F (or 0x8C847F) is unknown color: approx Hurricane. HEX triplet: 8C, 84 and 7F. RGB value is (140,132,127). Sum of RGB (Red+Green+Blue) = 140+132+127=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C847F is #737B80. Grayscale: #858585. Windows color (decimal): -7568257 or 8357004. OLE color: 8357004.

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

Color convert

RGB140132127-
CMYK00.060.090.45
HSL23.08º5.35%52.35%-
HSV(B)23.08º9.29%54.9%-
XYZ22.923.6123.43-
YUV133.82124.15132.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 127 (50% from 255) = 31.83%
R=35.09%
G=33.08%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013212700.060.090.4523.085.3552.35
Hex8C847F0692D17534
Octal21420417706115527564
Binary100011001000010011111110110100110110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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