Html Css Color HEX #8B7385 Taupe Grey

📋 copy color: '#8B7385'

red 139 ◦ green 115 ◦ blue 133

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

Shades of Taupe Grey #8B7385

Tints of Taupe Grey #8B7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

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

R = 35.92%
G = 29.72%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B7385 (or 0x8B7385) is known color: Taupe Grey. HEX triplet: 8B, 73 and 85. RGB value is (139,115,133). Sum of RGB (Red+Green+Blue) = 139+115+133=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7385 is #748C7A. Grayscale: #7C7C7C. Windows color (decimal): -7638139 or 8745867. OLE color: 8745867.

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

Color convert

RGB 139 115 133 -
CMYK 0 0.17 0.04 0.45
HSL 315º 0.09% 0.5% -
HSV(B) 315º 0.17% 0.55% -
XYZ 21.01 19.44 24.84 -
YUV 124.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 139 115 133 0 0.17 0.04 0.45 315 0.09 0.5
Hex 8B 73 85 0 11 4 2D 13B 9 32
Octal 213 163 205 0 21 4 55 473 11 62
Binary 10001011 1110011 10000101 0 10001 100 101101 100111011 1001 110010

Color Harmonies of #8B7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7385

Black with #8B7385

Text Example


Text Example

White with #8B7385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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