Html Css Color HEX #806075 Monsoon

📋 copy color: '#806075'

red 128 ◦ green 96 ◦ blue 117

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

Shades of Monsoon #806075

Tints of Monsoon #806075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 37.54%
G = 28.15%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#806075 (or 0x806075) is known color: Monsoon. HEX triplet: 80, 60 and 75. RGB value is (128,96,117). Sum of RGB (Red+Green+Blue) = 128+96+117=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806075 is #7F9F8A. Grayscale: #6B6B6B. Windows color (decimal): -8363915 or 7692416. OLE color: 7692416.

HSL color Cylindrical-coordinate representation of color #806075: hue angle of 320.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806075 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 117 -
CMYK 0 0.25 0.09 0.50
HSL 320.63º 0.14% 0.44% -
HSV(B) 320.63º 0.25% 0.5% -
XYZ 16.3 14.24 18.72 -
YUV 107.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 128 96 117 0 0.25 0.09 0.50 320.63 0.14 0.44
Hex 80 60 75 0 19 9 32 141 E 2C
Octal 200 140 165 0 31 11 62 501 16 54
Binary 10000000 1100000 1110101 0 11001 1001 110010 101000001 1110 101100

Color Harmonies of #806075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806075

Black with #806075

Text Example


Text Example

White with #806075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806075; }

 p { color: rgb(128,96,117); }

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

background-color css

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

 a { background-color: rgb(128,96,117); }

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

border-color css

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

 span { border-color: rgb(128,96,117); }

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