Html Css Color HEX #826974 Mauve Taupe

📋 copy color: '#826974'

red 130 ◦ green 105 ◦ blue 116

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

Shades of Mauve Taupe #826974

Tints of Mauve Taupe #826974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 37.04%
G = 29.91%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#826974 (or 0x826974) is known color: Mauve Taupe. HEX triplet: 82, 69 and 74. RGB value is (130,105,116). Sum of RGB (Red+Green+Blue) = 130+105+116=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #826974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826974 is #7D968B. Grayscale: #717171. Windows color (decimal): -8230540 or 7629186. OLE color: 7629186.

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

Color convert

RGB 130 105 116 -
CMYK 0 0.19 0.11 0.49
HSL 333.6º 0.11% 0.46% -
HSV(B) 333.6º 0.19% 0.51% -
XYZ 17.41 16.11 18.71 -
YUV 113.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 130 105 116 0 0.19 0.11 0.49 333.6 0.11 0.46
Hex 82 69 74 0 13 B 31 14E B 2E
Octal 202 151 164 0 23 13 61 516 13 56
Binary 10000010 1101001 1110100 0 10011 1011 110001 101001110 1011 101110

Color Harmonies of #826974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826974

Black with #826974

Text Example


Text Example

White with #826974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826974; }

 p { color: rgb(130,105,116); }

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

background-color css

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

 a { background-color: rgb(130,105,116); }

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

border-color css

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

 span { border-color: rgb(130,105,116); }

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