#847280

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

Shades of Monsoon #847280

Tints of Monsoon #847280

Color information

#847280 (or 0x847280) is unknown color: approx Monsoon. HEX triplet: 84, 72 and 80. RGB value is (132,114,128). Sum of RGB (Red+Green+Blue) = 132+114+128=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #847280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847280 is #7B8D7F. Grayscale: #787878. Windows color (decimal): -8097152 or 8417924. OLE color: 8417924.

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

Color convert

RGB132114128-
CMYK00.140.030.48
HSL313.33º7.32%48.24%-
HSV(B)313.33º13.64%51.76%-
XYZ19.4318.522.97-
YUV120.98131.96135.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=35.29%
G=30.48%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211412800.140.030.48313.337.3248.24
Hex8472800E330139730
Octal204162200016360471760
Binary100001001110010100000000111011110000100111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847280; }

 p { color: rgb(132,114,128); }

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

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

 a { background-color: rgb(132,114,128); }

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

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

 span { border-color: rgb(132,114,128); }

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