Html Css Color HEX #806470 Mauve Taupe

📋 copy color: '#806470'

red 128 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #806470

Tints of Mauve Taupe #806470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 37.65%
G = 29.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#806470 (or 0x806470) is known color: Mauve Taupe. HEX triplet: 80, 64 and 70. RGB value is (128,100,112). Sum of RGB (Red+Green+Blue) = 128+100+112=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #806470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806470 is #7F9B8F. Grayscale: #6D6D6D. Windows color (decimal): -8362896 or 7365760. OLE color: 7365760.

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

Color convert

RGB 128 100 112 -
CMYK 0 0.22 0.12 0.50
HSL 334.29º 0.12% 0.45% -
HSV(B) 334.29º 0.22% 0.5% -
XYZ 16.38 14.87 17.34 -
YUV 109.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 128 100 112 0 0.22 0.12 0.50 334.29 0.12 0.45
Hex 80 64 70 0 16 C 32 14E C 2D
Octal 200 144 160 0 26 14 62 516 14 55
Binary 10000000 1100100 1110000 0 10110 1100 110010 101001110 1100 101101

Color Harmonies of #806470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806470

Black with #806470

Text Example


Text Example

White with #806470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806470; }

 p { color: rgb(128,100,112); }

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

background-color css

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

 a { background-color: rgb(128,100,112); }

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

border-color css

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

 span { border-color: rgb(128,100,112); }

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