Html Css Color HEX #826A79 Monsoon

📋 copy color: '#826A79'

red 130 ◦ green 106 ◦ blue 121

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

Shades of Monsoon #826A79

Tints of Monsoon #826A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 36.41%
G = 29.69%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#826A79 (or 0x826A79) is known color: Monsoon. HEX triplet: 82, 6A and 79. RGB value is (130,106,121). Sum of RGB (Red+Green+Blue) = 130+106+121=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #826A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A79 is #7D9586. Grayscale: #727272. Windows color (decimal): -8230279 or 7957122. OLE color: 7957122.

HSL color Cylindrical-coordinate representation of color #826A79: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A79 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 121 -
CMYK 0 0.18 0.07 0.49
HSL 322.5º 0.1% 0.46% -
HSV(B) 322.5º 0.18% 0.51% -
XYZ 17.81 16.43 20.32 -
YUV 114.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 130 106 121 0 0.18 0.07 0.49 322.5 0.1 0.46
Hex 82 6A 79 0 12 7 31 142 A 2E
Octal 202 152 171 0 22 7 61 502 12 56
Binary 10000010 1101010 1111001 0 10010 111 110001 101000010 1010 101110

Color Harmonies of #826A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A79

Black with #826A79

Text Example


Text Example

White with #826A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,121); }

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

background-color css

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

 a { background-color: rgb(130,106,121); }

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

border-color css

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

 span { border-color: rgb(130,106,121); }

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