#847D7B

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

Shades of Hurricane #847D7B

Tints of Hurricane #847D7B

Color information

#847D7B (or 0x847D7B) is unknown color: approx Hurricane. HEX triplet: 84, 7D and 7B. RGB value is (132,125,123). Sum of RGB (Red+Green+Blue) = 132+125+123=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 132 - color contains mainly: red. Hex color #847D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D7B is #7B8284. Grayscale: #7E7E7E. Windows color (decimal): -8094341 or 8093060. OLE color: 8093060.

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

Color convert

RGB132125123-
CMYK00.050.070.48
HSL13.33º3.53%50%-
HSV(B)13.33º6.82%51.76%-
XYZ20.422121.72-
YUV126.86125.82131.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=34.74%
G=32.89%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212512300.050.070.4813.333.5350
Hex847D7B05730d432
Octal2041751730576015462
Binary100001001111101111101101011111100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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