Html Css Color HEX #957E93 Taupe Grey

📋 copy color: '#957E93'

red 149 ◦ green 126 ◦ blue 147

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

Shades of Taupe Grey #957E93

Tints of Taupe Grey #957E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 35.31%
G = 29.86%
B = 34.83%

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

#957E93 (or 0x957E93) is known color: Taupe Grey. HEX triplet: 95, 7E and 93. RGB value is (149,126,147). Sum of RGB (Red+Green+Blue) = 149+126+147=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #957E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957E93 is #6A816C. Grayscale: #878787. Windows color (decimal): -6979949 or 9666197. OLE color: 9666197.

HSL color Cylindrical-coordinate representation of color #957E93: hue angle of 305.22º 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 #957E93 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 147 -
CMYK 0 0.15 0.01 0.42
HSL 305.22º 0.1% 0.54% -
HSV(B) 305.22º 0.15% 0.58% -
XYZ 25.12 23.42 30.8 -
YUV 135.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 149 126 147 0 0.15 0.01 0.42 305.22 0.1 0.54
Hex 95 7E 93 0 F 1 2A 131 A 36
Octal 225 176 223 0 17 1 52 461 12 66
Binary 10010101 1111110 10010011 0 1111 1 101010 100110001 1010 110110

Color Harmonies of #957E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E93

Black with #957E93

Text Example


Text Example

White with #957E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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