Html Css Color HEX #806D7A Monsoon

📋 copy color: '#806D7A'

red 128 ◦ green 109 ◦ blue 122

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

Shades of Monsoon #806D7A

Tints of Monsoon #806D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.36%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 35.65%
G = 30.36%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#806D7A (or 0x806D7A) is known color: Monsoon. HEX triplet: 80, 6D and 7A. RGB value is (128,109,122). Sum of RGB (Red+Green+Blue) = 128+109+122=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #806D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D7A is #7F9285. Grayscale: #747474. Windows color (decimal): -8360582 or 8023424. OLE color: 8023424.

HSL color Cylindrical-coordinate representation of color #806D7A: hue angle of 318.95º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #806D7A is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 122 -
CMYK 0 0.15 0.05 0.50
HSL 318.95º 0.08% 0.46% -
HSV(B) 318.95º 0.15% 0.5% -
XYZ 17.88 16.93 20.74 -
YUV 116.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 128 109 122 0 0.15 0.05 0.50 318.95 0.08 0.46
Hex 80 6D 7A 0 F 5 32 13F 8 2E
Octal 200 155 172 0 17 5 62 477 10 56
Binary 10000000 1101101 1111010 0 1111 101 110010 100111111 1000 101110

Color Harmonies of #806D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D7A

Black with #806D7A

Text Example


Text Example

White with #806D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806D7A; }

 p { color: rgb(128,109,122); }

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

background-color css

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

 a { background-color: rgb(128,109,122); }

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

border-color css

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

 span { border-color: rgb(128,109,122); }

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