Html Css Color HEX #957C94 Taupe Grey

📋 copy color: '#957C94'

red 149 ◦ green 124 ◦ blue 148

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

Shades of Taupe Grey #957C94

Tints of Taupe Grey #957C94

RGB

 RED value IS 149 (58.59% from 255) = 35.39%

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 35.39%
G = 29.45%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#957C94 (or 0x957C94) is known color: Taupe Grey. HEX triplet: 95, 7C and 94. RGB value is (149,124,148). Sum of RGB (Red+Green+Blue) = 149+124+148=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #957C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C94 is #6A836B. Grayscale: #868686. Windows color (decimal): -6980460 or 9731221. OLE color: 9731221.

HSL color Cylindrical-coordinate representation of color #957C94: hue angle of 302.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957C94 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 148 -
CMYK 0 0.17 0.01 0.42
HSL 302.4º 0.11% 0.54% -
HSV(B) 302.4º 0.17% 0.58% -
XYZ 24.95 22.94 31.13 -
YUV 134.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 149 124 148 0 0.17 0.01 0.42 302.4 0.11 0.54
Hex 95 7C 94 0 11 1 2A 12E B 36
Octal 225 174 224 0 21 1 52 456 13 66
Binary 10010101 1111100 10010100 0 10001 1 101010 100101110 1011 110110

Color Harmonies of #957C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C94

Black with #957C94

Text Example


Text Example

White with #957C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957C94; }

 p { color: rgb(149,124,148); }

 H1.HeaderClassName
 {
   color: #957C94;
 }
 .AnyTagClassName
 {
   color: #957C94;
 }
</style>

background-color css

<style>
 a { background-color: #957C94; }

 a { background-color: rgb(149,124,148); }

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

border-color css

<style>
 span { border-color: #957C94; }

 span { border-color: rgb(149,124,148); }

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