Html Css Color HEX #8B6B74 Mauve Taupe

📋 copy color: '#8B6B74'

red 139 ◦ green 107 ◦ blue 116

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

Shades of Mauve Taupe #8B6B74

Tints of Mauve Taupe #8B6B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 38.4%
G = 29.56%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B6B74 (or 0x8B6B74) is known color: Mauve Taupe. HEX triplet: 8B, 6B and 74. RGB value is (139,107,116). Sum of RGB (Red+Green+Blue) = 139+107+116=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B74 is #74948B. Grayscale: #757575. Windows color (decimal): -7640204 or 7629707. OLE color: 7629707.

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

Color convert

RGB 139 107 116 -
CMYK 0 0.23 0.17 0.45
HSL 343.13º 0.13% 0.48% -
HSV(B) 343.13º 0.23% 0.55% -
XYZ 19.06 17.27 18.85 -
YUV 117.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 139 107 116 0 0.23 0.17 0.45 343.13 0.13 0.48
Hex 8B 6B 74 0 17 11 2D 157 D 30
Octal 213 153 164 0 27 21 55 527 15 60
Binary 10001011 1101011 1110100 0 10111 10001 101101 101010111 1101 110000

Color Harmonies of #8B6B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6B74

Black with #8B6B74

Text Example


Text Example

White with #8B6B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,107,116); }

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

background-color css

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

 a { background-color: rgb(139,107,116); }

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

border-color css

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

 span { border-color: rgb(139,107,116); }

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