Html Css Color HEX #8C768B Taupe Grey

📋 copy color: '#8C768B'

red 140 ◦ green 118 ◦ blue 139

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

Shades of Taupe Grey #8C768B

Tints of Taupe Grey #8C768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 35.26%
G = 29.72%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C768B (or 0x8C768B) is known color: Taupe Grey. HEX triplet: 8C, 76 and 8B. RGB value is (140,118,139). Sum of RGB (Red+Green+Blue) = 140+118+139=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C768B is #738974. Grayscale: #7E7E7E. Windows color (decimal): -7571829 or 9139852. OLE color: 9139852.

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

Color convert

RGB 140 118 139 -
CMYK 0 0.16 0.01 0.45
HSL 302.73º 0.09% 0.51% -
HSV(B) 302.73º 0.16% 0.55% -
XYZ 21.95 20.4 27.21 -
YUV 126.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 140 118 139 0 0.16 0.01 0.45 302.73 0.09 0.51
Hex 8C 76 8B 0 10 1 2D 12F 9 33
Octal 214 166 213 0 20 1 55 457 11 63
Binary 10001100 1110110 10001011 0 10000 1 101101 100101111 1001 110011

Color Harmonies of #8C768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C768B

Black with #8C768B

Text Example


Text Example

White with #8C768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,139); }

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

background-color css

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

 a { background-color: rgb(140,118,139); }

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

border-color css

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

 span { border-color: rgb(140,118,139); }

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