Html Css Color HEX #8B6773 Mauve Taupe

📋 copy color: '#8B6773'

red 139 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #8B6773

Tints of Mauve Taupe #8B6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 38.94%
G = 28.85%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B6773 (or 0x8B6773) is known color: Mauve Taupe. HEX triplet: 8B, 67 and 73. RGB value is (139,103,115). Sum of RGB (Red+Green+Blue) = 139+103+115=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6773 is #74988C. Grayscale: #737373. Windows color (decimal): -7641229 or 7563147. OLE color: 7563147.

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

Color convert

RGB 139 103 115 -
CMYK 0 0.26 0.17 0.45
HSL 340º 0.15% 0.47% -
HSV(B) 340º 0.26% 0.55% -
XYZ 18.59 16.43 18.41 -
YUV 115.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 139 103 115 0 0.26 0.17 0.45 340 0.15 0.47
Hex 8B 67 73 0 1A 11 2D 154 F 2F
Octal 213 147 163 0 32 21 55 524 17 57
Binary 10001011 1100111 1110011 0 11010 10001 101101 101010100 1111 101111

Color Harmonies of #8B6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6773

Black with #8B6773

Text Example


Text Example

White with #8B6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,103,115); }

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

background-color css

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

 a { background-color: rgb(139,103,115); }

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

border-color css

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

 span { border-color: rgb(139,103,115); }

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