Html Css Color HEX #826F7F Monsoon

📋 copy color: '#826F7F'

red 130 ◦ green 111 ◦ blue 127

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

Shades of Monsoon #826F7F

Tints of Monsoon #826F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 35.33%
G = 30.16%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#826F7F (or 0x826F7F) is known color: Monsoon. HEX triplet: 82, 6F and 7F. RGB value is (130,111,127). Sum of RGB (Red+Green+Blue) = 130+111+127=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #826F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F7F is #7D9080. Grayscale: #767676. Windows color (decimal): -8228993 or 8351618. OLE color: 8351618.

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

Color convert

RGB 130 111 127 -
CMYK 0 0.15 0.02 0.49
HSL 309.47º 0.08% 0.47% -
HSV(B) 309.47º 0.15% 0.51% -
XYZ 18.72 17.65 22.5 -
YUV 118.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 130 111 127 0 0.15 0.02 0.49 309.47 0.08 0.47
Hex 82 6F 7F 0 F 2 31 135 8 2F
Octal 202 157 177 0 17 2 61 465 10 57
Binary 10000010 1101111 1111111 0 1111 10 110001 100110101 1000 101111

Color Harmonies of #826F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F7F

Black with #826F7F

Text Example


Text Example

White with #826F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,127); }

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

background-color css

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

 a { background-color: rgb(130,111,127); }

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

border-color css

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

 span { border-color: rgb(130,111,127); }

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