#847F7D

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

Shades of Hurricane #847F7D

Tints of Hurricane #847F7D

Color information

#847F7D (or 0x847F7D) is unknown color: approx Hurricane. HEX triplet: 84, 7F and 7D. RGB value is (132,127,125). Sum of RGB (Red+Green+Blue) = 132+127+125=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 132 - color contains mainly: red. Hex color #847F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F7D is #7B8082. Grayscale: #808080. Windows color (decimal): -8093827 or 8224644. OLE color: 8224644.

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

Color convert

RGB132127125-
CMYK00.040.050.48
HSL17.14º2.77%50.39%-
HSV(B)17.14º5.3%51.76%-
XYZ20.8121.5622.47-
YUV128.27126.16130.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=34.38%
G=33.07%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212712500.040.050.4817.142.7750.39
Hex847F7D0453011332
Octal2041771750456021362
Binary100001001111111111110101001011100001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847F7D; }

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

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

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

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

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

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

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

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