Html Css Color HEX #847482 Monsoon

📋 copy color: '#847482'

red 132 ◦ green 116 ◦ blue 130

#847482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #847482

Tints of Monsoon #847482

RGB

 RED value IS 132 (51.95% from 255) = 34.92%

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 34.92%
G = 30.69%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#847482 (or 0x847482) is known color: Monsoon. HEX triplet: 84, 74 and 82. RGB value is (132,116,130). Sum of RGB (Red+Green+Blue) = 132+116+130=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #847482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847482 is #7B8B7D. Grayscale: #7A7A7A. Windows color (decimal): -8096638 or 8549508. OLE color: 8549508.

HSL color Cylindrical-coordinate representation of color #847482: hue angle of 307.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #847482 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 130 -
CMYK 0 0.12 0.02 0.48
HSL 307.5º 0.06% 0.49% -
HSV(B) 307.5º 0.12% 0.52% -
XYZ 19.79 19.01 23.74 -
YUV 122.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 132 116 130 0 0.12 0.02 0.48 307.5 0.06 0.49
Hex 84 74 82 0 C 2 30 134 6 31
Octal 204 164 202 0 14 2 60 464 6 61
Binary 10000100 1110100 10000010 0 1100 10 110000 100110100 110 110001

Color Harmonies of #847482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847482

Black with #847482

Text Example


Text Example

White with #847482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847482; }

 p { color: rgb(132,116,130); }

 H1.HeaderClassName
 {
   color: #847482;
 }
 .AnyTagClassName
 {
   color: #847482;
 }
</style>

background-color css

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

 a { background-color: rgb(132,116,130); }

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

border-color css

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

 span { border-color: rgb(132,116,130); }

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