Html Css Color HEX #8C748A Taupe Grey

📋 copy color: '#8C748A'

red 140 ◦ green 116 ◦ blue 138

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

Shades of Taupe Grey #8C748A

Tints of Taupe Grey #8C748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 35.53%
G = 29.44%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C748A (or 0x8C748A) is known color: Taupe Grey. HEX triplet: 8C, 74 and 8A. RGB value is (140,116,138). Sum of RGB (Red+Green+Blue) = 140+116+138=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C748A is #738B75. Grayscale: #7D7D7D. Windows color (decimal): -7572342 or 9073804. OLE color: 9073804.

HSL color Cylindrical-coordinate representation of color #8C748A: hue angle of 305º 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 #8C748A is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 116 138 -
CMYK 0 0.17 0.01 0.45
HSL 305º 0.09% 0.5% -
HSV(B) 305º 0.17% 0.55% -
XYZ 21.65 19.9 26.75 -
YUV 125.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 140 116 138 0 0.17 0.01 0.45 305 0.09 0.5
Hex 8C 74 8A 0 11 1 2D 131 9 32
Octal 214 164 212 0 21 1 55 461 11 62
Binary 10001100 1110100 10001010 0 10001 1 101101 100110001 1001 110010

Color Harmonies of #8C748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C748A

Black with #8C748A

Text Example


Text Example

White with #8C748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,138); }

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

background-color css

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

 a { background-color: rgb(140,116,138); }

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

border-color css

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

 span { border-color: rgb(140,116,138); }

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