Html Css Color HEX #82626E Mauve Taupe

📋 copy color: '#82626E'

red 130 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #82626E

Tints of Mauve Taupe #82626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 38.46%
G = 28.99%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82626E (or 0x82626E) is known color: Mauve Taupe. HEX triplet: 82, 62 and 6E. RGB value is (130,98,110). Sum of RGB (Red+Green+Blue) = 130+98+110=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82626E is #7D9D91. Grayscale: #6C6C6C. Windows color (decimal): -8232338 or 7234178. OLE color: 7234178.

HSL color Cylindrical-coordinate representation of color #82626E: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82626E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 110 -
CMYK 0 0.25 0.15 0.49
HSL 337.5º 0.14% 0.45% -
HSV(B) 337.5º 0.25% 0.51% -
XYZ 16.39 14.61 16.71 -
YUV 108.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 130 98 110 0 0.25 0.15 0.49 337.5 0.14 0.45
Hex 82 62 6E 0 19 F 31 152 E 2D
Octal 202 142 156 0 31 17 61 522 16 55
Binary 10000010 1100010 1101110 0 11001 1111 110001 101010010 1110 101101

Color Harmonies of #82626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82626E

Black with #82626E

Text Example


Text Example

White with #82626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82626E; }

 p { color: rgb(130,98,110); }

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

background-color css

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

 a { background-color: rgb(130,98,110); }

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

border-color css

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

 span { border-color: rgb(130,98,110); }

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