Html Css Color HEX #826B7A Monsoon

📋 copy color: '#826B7A'

red 130 ◦ green 107 ◦ blue 122

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

Shades of Monsoon #826B7A

Tints of Monsoon #826B7A

RGB

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

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

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

R = 36.21%
G = 29.81%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#826B7A (or 0x826B7A) is known color: Monsoon. HEX triplet: 82, 6B and 7A. RGB value is (130,107,122). Sum of RGB (Red+Green+Blue) = 130+107+122=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #826B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B7A is #7D9485. Grayscale: #737373. Windows color (decimal): -8230022 or 8022914. OLE color: 8022914.

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

Color convert

RGB 130 107 122 -
CMYK 0 0.18 0.06 0.49
HSL 320.87º 0.1% 0.46% -
HSV(B) 320.87º 0.18% 0.51% -
XYZ 17.98 16.67 20.68 -
YUV 115.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 130 107 122 0 0.18 0.06 0.49 320.87 0.1 0.46
Hex 82 6B 7A 0 12 6 31 141 A 2E
Octal 202 153 172 0 22 6 61 501 12 56
Binary 10000010 1101011 1111010 0 10010 110 110001 101000001 1010 101110

Color Harmonies of #826B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B7A

Black with #826B7A

Text Example


Text Example

White with #826B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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