Html Css Color HEX #82656F Mauve Taupe

📋 copy color: '#82656F'

red 130 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #82656F

Tints of Mauve Taupe #82656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 38.01%
G = 29.53%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82656F (or 0x82656F) is known color: Mauve Taupe. HEX triplet: 82, 65 and 6F. RGB value is (130,101,111). Sum of RGB (Red+Green+Blue) = 130+101+111=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82656F is #7D9A90. Grayscale: #6E6E6E. Windows color (decimal): -8231569 or 7300482. OLE color: 7300482.

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

Color convert

RGB 130 101 111 -
CMYK 0 0.22 0.15 0.49
HSL 339.31º 0.13% 0.45% -
HSV(B) 339.31º 0.22% 0.51% -
XYZ 16.73 15.2 17.09 -
YUV 110.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 130 101 111 0 0.22 0.15 0.49 339.31 0.13 0.45
Hex 82 65 6F 0 16 F 31 153 D 2D
Octal 202 145 157 0 26 17 61 523 15 55
Binary 10000010 1100101 1101111 0 10110 1111 110001 101010011 1101 101101

Color Harmonies of #82656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82656F

Black with #82656F

Text Example


Text Example

White with #82656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82656F; }

 p { color: rgb(130,101,111); }

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

background-color css

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

 a { background-color: rgb(130,101,111); }

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

border-color css

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

 span { border-color: rgb(130,101,111); }

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