Html Css Color HEX #8B626D Mauve Taupe

📋 copy color: '#8B626D'

red 139 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #8B626D

Tints of Mauve Taupe #8B626D

RGB

 RED value IS 139 (54.69% from 255) = 40.17%

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 40.17%
G = 28.32%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B626D (or 0x8B626D) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 6D. RGB value is (139,98,109). Sum of RGB (Red+Green+Blue) = 139+98+109=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B626D is #749D92. Grayscale: #6F6F6F. Windows color (decimal): -7642515 or 7168651. OLE color: 7168651.

HSL color Cylindrical-coordinate representation of color #8B626D: hue angle of 343.9º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B626D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 98 109 -
CMYK 0 0.29 0.22 0.45
HSL 343.9º 0.17% 0.46% -
HSV(B) 343.9º 0.29% 0.55% -
XYZ 17.78 15.33 16.49 -
YUV 111.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 139 98 109 0 0.29 0.22 0.45 343.9 0.17 0.46
Hex 8B 62 6D 0 1D 16 2D 158 11 2E
Octal 213 142 155 0 35 26 55 530 21 56
Binary 10001011 1100010 1101101 0 11101 10110 101101 101011000 10001 101110

Color Harmonies of #8B626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B626D

Black with #8B626D

Text Example


Text Example

White with #8B626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B626D; }

 p { color: rgb(139,98,109); }

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

background-color css

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

 a { background-color: rgb(139,98,109); }

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

border-color css

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

 span { border-color: rgb(139,98,109); }

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