Html Css Color HEX #826D7E Monsoon

📋 copy color: '#826D7E'

red 130 ◦ green 109 ◦ blue 126

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

Shades of Monsoon #826D7E

Tints of Monsoon #826D7E

RGB

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

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

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

R = 35.62%
G = 29.86%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#826D7E (or 0x826D7E) is known color: Monsoon. HEX triplet: 82, 6D and 7E. RGB value is (130,109,126). Sum of RGB (Red+Green+Blue) = 130+109+126=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #826D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D7E is #7D9281. Grayscale: #757575. Windows color (decimal): -8229506 or 8285570. OLE color: 8285570.

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

Color convert

RGB 130 109 126 -
CMYK 0 0.16 0.03 0.49
HSL 311.43º 0.09% 0.47% -
HSV(B) 311.43º 0.16% 0.51% -
XYZ 18.44 17.19 22.08 -
YUV 117.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 130 109 126 0 0.16 0.03 0.49 311.43 0.09 0.47
Hex 82 6D 7E 0 10 3 31 137 9 2F
Octal 202 155 176 0 20 3 61 467 11 57
Binary 10000010 1101101 1111110 0 10000 11 110001 100110111 1001 101111

Color Harmonies of #826D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D7E

Black with #826D7E

Text Example


Text Example

White with #826D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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