Html Css Color HEX #826B79 Monsoon

📋 copy color: '#826B79'

red 130 ◦ green 107 ◦ blue 121

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

Shades of Monsoon #826B79

Tints of Monsoon #826B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

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

R = 36.31%
G = 29.89%
B = 33.8%

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

#826B79 (or 0x826B79) is known color: Monsoon. HEX triplet: 82, 6B and 79. RGB value is (130,107,121). Sum of RGB (Red+Green+Blue) = 130+107+121=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #826B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B79 is #7D9486. Grayscale: #737373. Windows color (decimal): -8230023 or 7957378. OLE color: 7957378.

HSL color Cylindrical-coordinate representation of color #826B79: hue angle of 323.48º 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 #826B79 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 107 121 -
CMYK 0 0.18 0.07 0.49
HSL 323.48º 0.1% 0.46% -
HSV(B) 323.48º 0.18% 0.51% -
XYZ 17.91 16.64 20.36 -
YUV 115.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 130 107 121 0 0.18 0.07 0.49 323.48 0.1 0.46
Hex 82 6B 79 0 12 7 31 143 A 2E
Octal 202 153 171 0 22 7 61 503 12 56
Binary 10000010 1101011 1111001 0 10010 111 110001 101000011 1010 101110

Color Harmonies of #826B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B79

Black with #826B79

Text Example


Text Example

White with #826B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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