Html Css Color HEX #826D7A Monsoon

📋 copy color: '#826D7A'

red 130 ◦ green 109 ◦ blue 122

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

Shades of Monsoon #826D7A

Tints of Monsoon #826D7A

RGB

 RED value IS 130 (51.17% from 255) = 36.01%

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 36.01%
G = 30.19%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#826D7A (or 0x826D7A) is known color: Monsoon. HEX triplet: 82, 6D and 7A. RGB value is (130,109,122). Sum of RGB (Red+Green+Blue) = 130+109+122=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #826D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D7A is #7D9285. Grayscale: #747474. Windows color (decimal): -8229510 or 8023426. OLE color: 8023426.

HSL color Cylindrical-coordinate representation of color #826D7A: hue angle of 322.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #826D7A is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 122 -
CMYK 0 0.16 0.06 0.49
HSL 322.86º 0.09% 0.47% -
HSV(B) 322.86º 0.16% 0.51% -
XYZ 18.19 17.09 20.75 -
YUV 116.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 130 109 122 0 0.16 0.06 0.49 322.86 0.09 0.47
Hex 82 6D 7A 0 10 6 31 143 9 2F
Octal 202 155 172 0 20 6 61 503 11 57
Binary 10000010 1101101 1111010 0 10000 110 110001 101000011 1001 101111

Color Harmonies of #826D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D7A

Black with #826D7A

Text Example


Text Example

White with #826D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D7A; }

 p { color: rgb(130,109,122); }

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

background-color css

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

 a { background-color: rgb(130,109,122); }

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

border-color css

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

 span { border-color: rgb(130,109,122); }

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