Html Css Color HEX #826778 Monsoon

📋 copy color: '#826778'

red 130 ◦ green 103 ◦ blue 120

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

Shades of Monsoon #826778

Tints of Monsoon #826778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 36.83%
G = 29.18%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#826778 (or 0x826778) is known color: Monsoon. HEX triplet: 82, 67 and 78. RGB value is (130,103,120). Sum of RGB (Red+Green+Blue) = 130+103+120=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826778 is #7D9887. Grayscale: #707070. Windows color (decimal): -8231048 or 7890818. OLE color: 7890818.

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

Color convert

RGB 130 103 120 -
CMYK 0 0.21 0.08 0.49
HSL 322.22º 0.12% 0.46% -
HSV(B) 322.22º 0.21% 0.51% -
XYZ 17.45 15.8 19.9 -
YUV 113.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 130 103 120 0 0.21 0.08 0.49 322.22 0.12 0.46
Hex 82 67 78 0 15 8 31 142 C 2E
Octal 202 147 170 0 25 10 61 502 14 56
Binary 10000010 1100111 1111000 0 10101 1000 110001 101000010 1100 101110

Color Harmonies of #826778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826778

Black with #826778

Text Example


Text Example

White with #826778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826778; }

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

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

background-color css

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

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

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

border-color css

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

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

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