Html Css Color HEX #827680 Monsoon

📋 copy color: '#827680'

red 130 ◦ green 118 ◦ blue 128

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

Shades of Monsoon #827680

Tints of Monsoon #827680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 34.57%
G = 31.38%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#827680 (or 0x827680) is known color: Monsoon. HEX triplet: 82, 76 and 80. RGB value is (130,118,128). Sum of RGB (Red+Green+Blue) = 130+118+128=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #827680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827680 is #7D897F. Grayscale: #7A7A7A. Windows color (decimal): -8227200 or 8418946. OLE color: 8418946.

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

Color convert

RGB 130 118 128 -
CMYK 0 0.09 0.02 0.49
HSL 310º 0.05% 0.49% -
HSV(B) 310º 0.09% 0.51% -
XYZ 19.58 19.26 23.11 -
YUV 122.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 130 118 128 0 0.09 0.02 0.49 310 0.05 0.49
Hex 82 76 80 0 9 2 31 136 5 31
Octal 202 166 200 0 11 2 61 466 5 61
Binary 10000010 1110110 10000000 0 1001 10 110001 100110110 101 110001

Color Harmonies of #827680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827680

Black with #827680

Text Example


Text Example

White with #827680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827680; }

 p { color: rgb(130,118,128); }

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

background-color css

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

 a { background-color: rgb(130,118,128); }

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

border-color css

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

 span { border-color: rgb(130,118,128); }

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