Html Css Color HEX #847C82 Monsoon

📋 copy color: '#847C82'

red 132 ◦ green 124 ◦ blue 130

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

Shades of Monsoon #847C82

Tints of Monsoon #847C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 34.2%
G = 32.12%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#847C82 (or 0x847C82) is known color: Monsoon. HEX triplet: 84, 7C and 82. RGB value is (132,124,130). Sum of RGB (Red+Green+Blue) = 132+124+130=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 132 - color contains mainly: red. Hex color #847C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C82 is #7B837D. Grayscale: #7F7F7F. Windows color (decimal): -8094590 or 8551556. OLE color: 8551556.

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

Color convert

RGB 132 124 130 -
CMYK 0 0.06 0.02 0.48
HSL 315º 0.03% 0.5% -
HSV(B) 315º 0.06% 0.52% -
XYZ 20.75 20.93 24.07 -
YUV 127.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 132 124 130 0 0.06 0.02 0.48 315 0.03 0.5
Hex 84 7C 82 0 6 2 30 13B 3 32
Octal 204 174 202 0 6 2 60 473 3 62
Binary 10000100 1111100 10000010 0 110 10 110000 100111011 11 110010

Color Harmonies of #847C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C82

Black with #847C82

Text Example


Text Example

White with #847C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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