Html Css Color HEX #826C7E Monsoon

📋 copy color: '#826C7E'

red 130 ◦ green 108 ◦ blue 126

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

Shades of Monsoon #826C7E

Tints of Monsoon #826C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 35.71%
G = 29.67%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#826C7E (or 0x826C7E) is known color: Monsoon. HEX triplet: 82, 6C and 7E. RGB value is (130,108,126). Sum of RGB (Red+Green+Blue) = 130+108+126=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #826C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C7E is #7D9381. Grayscale: #747474. Windows color (decimal): -8229762 or 8285314. OLE color: 8285314.

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

Color convert

RGB 130 108 126 -
CMYK 0 0.17 0.03 0.49
HSL 310.91º 0.09% 0.47% -
HSV(B) 310.91º 0.17% 0.51% -
XYZ 18.33 16.98 22.05 -
YUV 116.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 130 108 126 0 0.17 0.03 0.49 310.91 0.09 0.47
Hex 82 6C 7E 0 11 3 31 137 9 2F
Octal 202 154 176 0 21 3 61 467 11 57
Binary 10000010 1101100 1111110 0 10001 11 110001 100110111 1001 101111

Color Harmonies of #826C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C7E

Black with #826C7E

Text Example


Text Example

White with #826C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,108,126); }

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

background-color css

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

 a { background-color: rgb(130,108,126); }

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

border-color css

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

 span { border-color: rgb(130,108,126); }

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