Html Css Color HEX #8B7585 Taupe Grey

📋 copy color: '#8B7585'

red 139 ◦ green 117 ◦ blue 133

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

Shades of Taupe Grey #8B7585

Tints of Taupe Grey #8B7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 35.73%
G = 30.08%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B7585 (or 0x8B7585) is known color: Taupe Grey. HEX triplet: 8B, 75 and 85. RGB value is (139,117,133). Sum of RGB (Red+Green+Blue) = 139+117+133=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7585 is #748A7A. Grayscale: #7D7D7D. Windows color (decimal): -7637627 or 8746379. OLE color: 8746379.

HSL color Cylindrical-coordinate representation of color #8B7585: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B7585 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 117 133 -
CMYK 0 0.16 0.04 0.45
HSL 316.36º 0.09% 0.5% -
HSV(B) 316.36º 0.16% 0.55% -
XYZ 21.24 19.91 24.91 -
YUV 125.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 139 117 133 0 0.16 0.04 0.45 316.36 0.09 0.5
Hex 8B 75 85 0 10 4 2D 13C 9 32
Octal 213 165 205 0 20 4 55 474 11 62
Binary 10001011 1110101 10000101 0 10000 100 101101 100111100 1001 110010

Color Harmonies of #8B7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7585

Black with #8B7585

Text Example


Text Example

White with #8B7585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,133); }

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

background-color css

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

 a { background-color: rgb(139,117,133); }

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

border-color css

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

 span { border-color: rgb(139,117,133); }

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