Html Css Color HEX #8C7287 Taupe Grey

📋 copy color: '#8C7287'

red 140 ◦ green 114 ◦ blue 135

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

Shades of Taupe Grey #8C7287

Tints of Taupe Grey #8C7287

RGB

 RED value IS 140 (55.08% from 255) = 35.99%

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 35.99%
G = 29.31%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C7287 (or 0x8C7287) is known color: Taupe Grey. HEX triplet: 8C, 72 and 87. RGB value is (140,114,135). Sum of RGB (Red+Green+Blue) = 140+114+135=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7287 is #738D78. Grayscale: #7C7C7C. Windows color (decimal): -7572857 or 8876684. OLE color: 8876684.

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

Color convert

RGB 140 114 135 -
CMYK 0 0.19 0.04 0.45
HSL 311.54º 0.1% 0.5% -
HSV(B) 311.54º 0.19% 0.55% -
XYZ 21.21 19.36 25.54 -
YUV 124.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 140 114 135 0 0.19 0.04 0.45 311.54 0.1 0.5
Hex 8C 72 87 0 13 4 2D 138 A 32
Octal 214 162 207 0 23 4 55 470 12 62
Binary 10001100 1110010 10000111 0 10011 100 101101 100111000 1010 110010

Color Harmonies of #8C7287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7287

Black with #8C7287

Text Example


Text Example

White with #8C7287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,114,135); }

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

background-color css

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

 a { background-color: rgb(140,114,135); }

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

border-color css

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

 span { border-color: rgb(140,114,135); }

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