Html Css Color HEX #917C8E Taupe Grey

📋 copy color: '#917C8E'

red 145 ◦ green 124 ◦ blue 142

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

Shades of Taupe Grey #917C8E

Tints of Taupe Grey #917C8E

RGB

 RED value IS 145 (57.03% from 255) = 35.28%

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 35.28%
G = 30.17%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#917C8E (or 0x917C8E) is known color: Taupe Grey. HEX triplet: 91, 7C and 8E. RGB value is (145,124,142). Sum of RGB (Red+Green+Blue) = 145+124+142=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #917C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C8E is #6E8371. Grayscale: #848484. Windows color (decimal): -7242610 or 9338001. OLE color: 9338001.

HSL color Cylindrical-coordinate representation of color #917C8E: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917C8E is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 124 142 -
CMYK 0 0.14 0.02 0.43
HSL 308.57º 0.09% 0.53% -
HSV(B) 308.57º 0.14% 0.57% -
XYZ 23.77 22.39 28.66 -
YUV 132.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 145 124 142 0 0.14 0.02 0.43 308.57 0.09 0.53
Hex 91 7C 8E 0 E 2 2B 135 9 35
Octal 221 174 216 0 16 2 53 465 11 65
Binary 10010001 1111100 10001110 0 1110 10 101011 100110101 1001 110101

Color Harmonies of #917C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C8E

Black with #917C8E

Text Example


Text Example

White with #917C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917C8E; }

 p { color: rgb(145,124,142); }

 H1.HeaderClassName
 {
   color: #917C8E;
 }
 .AnyTagClassName
 {
   color: #917C8E;
 }
</style>

background-color css

<style>
 a { background-color: #917C8E; }

 a { background-color: rgb(145,124,142); }

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

border-color css

<style>
 span { border-color: #917C8E; }

 span { border-color: rgb(145,124,142); }

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