Html Css Color HEX #8B626C Mauve Taupe

📋 copy color: '#8B626C'

red 139 ◦ green 98 ◦ blue 108

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

Shades of Mauve Taupe #8B626C

Tints of Mauve Taupe #8B626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 40.29%
G = 28.41%
B = 31.3%

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

#8B626C (or 0x8B626C) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 6C. RGB value is (139,98,108). Sum of RGB (Red+Green+Blue) = 139+98+108=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B626C is #749D93. Grayscale: #6F6F6F. Windows color (decimal): -7642516 or 7103115. OLE color: 7103115.

HSL color Cylindrical-coordinate representation of color #8B626C: hue angle of 345.37º 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 #8B626C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 98 108 -
CMYK 0 0.29 0.22 0.45
HSL 345.37º 0.17% 0.46% -
HSV(B) 345.37º 0.29% 0.55% -
XYZ 17.72 15.31 16.21 -
YUV 111.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 139 98 108 0 0.29 0.22 0.45 345.37 0.17 0.46
Hex 8B 62 6C 0 1D 16 2D 159 11 2E
Octal 213 142 154 0 35 26 55 531 21 56
Binary 10001011 1100010 1101100 0 11101 10110 101101 101011001 10001 101110

Color Harmonies of #8B626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B626C

Black with #8B626C

Text Example


Text Example

White with #8B626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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