Html Css Color HEX #82626B Mauve Taupe

📋 copy color: '#82626B'

red 130 ◦ green 98 ◦ blue 107

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

Shades of Mauve Taupe #82626B

Tints of Mauve Taupe #82626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 38.81%
G = 29.25%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82626B (or 0x82626B) is known color: Mauve Taupe. HEX triplet: 82, 62 and 6B. RGB value is (130,98,107). Sum of RGB (Red+Green+Blue) = 130+98+107=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82626B is #7D9D94. Grayscale: #6C6C6C. Windows color (decimal): -8232341 or 7037570. OLE color: 7037570.

HSL color Cylindrical-coordinate representation of color #82626B: hue angle of 343.12º 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 #82626B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 107 -
CMYK 0 0.25 0.18 0.49
HSL 343.13º 0.14% 0.45% -
HSV(B) 343.13º 0.25% 0.51% -
XYZ 16.23 14.54 15.86 -
YUV 108.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 130 98 107 0 0.25 0.18 0.49 343.13 0.14 0.45
Hex 82 62 6B 0 19 12 31 157 E 2D
Octal 202 142 153 0 31 22 61 527 16 55
Binary 10000010 1100010 1101011 0 11001 10010 110001 101010111 1110 101101

Color Harmonies of #82626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82626B

Black with #82626B

Text Example


Text Example

White with #82626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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