Html Css Color HEX #957E94 Taupe Grey

📋 copy color: '#957E94'

red 149 ◦ green 126 ◦ blue 148

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

Shades of Taupe Grey #957E94

Tints of Taupe Grey #957E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

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

R = 35.22%
G = 29.79%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#957E94 (or 0x957E94) is known color: Taupe Grey. HEX triplet: 95, 7E and 94. RGB value is (149,126,148). Sum of RGB (Red+Green+Blue) = 149+126+148=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #957E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957E94 is #6A816B. Grayscale: #878787. Windows color (decimal): -6979948 or 9731733. OLE color: 9731733.

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

Color convert

RGB 149 126 148 -
CMYK 0 0.15 0.01 0.42
HSL 302.61º 0.1% 0.54% -
HSV(B) 302.61º 0.15% 0.58% -
XYZ 25.2 23.45 31.21 -
YUV 135.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 149 126 148 0 0.15 0.01 0.42 302.61 0.1 0.54
Hex 95 7E 94 0 F 1 2A 12F A 36
Octal 225 176 224 0 17 1 52 457 12 66
Binary 10010101 1111110 10010100 0 1111 1 101010 100101111 1010 110110

Color Harmonies of #957E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E94

Black with #957E94

Text Example


Text Example

White with #957E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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