Html Css Color HEX #826978 Monsoon

📋 copy color: '#826978'

red 130 ◦ green 105 ◦ blue 120

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

Shades of Monsoon #826978

Tints of Monsoon #826978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 36.62%
G = 29.58%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#826978 (or 0x826978) is known color: Monsoon. HEX triplet: 82, 69 and 78. RGB value is (130,105,120). Sum of RGB (Red+Green+Blue) = 130+105+120=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #826978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826978 is #7D9687. Grayscale: #727272. Windows color (decimal): -8230536 or 7891330. OLE color: 7891330.

HSL color Cylindrical-coordinate representation of color #826978: hue angle of 324º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #826978 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 120 -
CMYK 0 0.19 0.08 0.49
HSL 324º 0.11% 0.46% -
HSV(B) 324º 0.19% 0.51% -
XYZ 17.65 16.21 19.97 -
YUV 114.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 130 105 120 0 0.19 0.08 0.49 324 0.11 0.46
Hex 82 69 78 0 13 8 31 144 B 2E
Octal 202 151 170 0 23 10 61 504 13 56
Binary 10000010 1101001 1111000 0 10011 1000 110001 101000100 1011 101110

Color Harmonies of #826978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826978

Black with #826978

Text Example


Text Example

White with #826978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826978; }

 p { color: rgb(130,105,120); }

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

background-color css

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

 a { background-color: rgb(130,105,120); }

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

border-color css

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

 span { border-color: rgb(130,105,120); }

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