Html Css Color HEX #806376 Monsoon

📋 copy color: '#806376'

red 128 ◦ green 99 ◦ blue 118

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

Shades of Monsoon #806376

Tints of Monsoon #806376

RGB

 RED value IS 128 (50.39% from 255) = 37.1%

 GREEN value IS 99 (39.06% from 255) = 28.7%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 37.1%
G = 28.7%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#806376 (or 0x806376) is known color: Monsoon. HEX triplet: 80, 63 and 76. RGB value is (128,99,118). Sum of RGB (Red+Green+Blue) = 128+99+118=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806376 is #7F9C89. Grayscale: #6D6D6D. Windows color (decimal): -8363146 or 7758720. OLE color: 7758720.

HSL color Cylindrical-coordinate representation of color #806376: hue angle of 320.69º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806376 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 118 -
CMYK 0 0.23 0.08 0.50
HSL 320.69º 0.13% 0.45% -
HSV(B) 320.69º 0.23% 0.5% -
XYZ 16.63 14.82 19.12 -
YUV 109.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 128 99 118 0 0.23 0.08 0.50 320.69 0.13 0.45
Hex 80 63 76 0 17 8 32 141 D 2D
Octal 200 143 166 0 27 10 62 501 15 55
Binary 10000000 1100011 1110110 0 10111 1000 110010 101000001 1101 101101

Color Harmonies of #806376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806376

Black with #806376

Text Example


Text Example

White with #806376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806376; }

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

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

background-color css

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

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

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

border-color css

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

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

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