Html Css Color HEX #957F94 Taupe Grey

📋 copy color: '#957F94'

red 149 ◦ green 127 ◦ blue 148

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

Shades of Taupe Grey #957F94

Tints of Taupe Grey #957F94

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 35.14%
G = 29.95%
B = 34.91%

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

#957F94 (or 0x957F94) is known color: Taupe Grey. HEX triplet: 95, 7F and 94. RGB value is (149,127,148). Sum of RGB (Red+Green+Blue) = 149+127+148=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #957F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F94 is #6A806B. Grayscale: #878787. Windows color (decimal): -6979692 or 9731989. OLE color: 9731989.

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

Color convert

RGB 149 127 148 -
CMYK 0 0.15 0.01 0.42
HSL 302.73º 0.09% 0.54% -
HSV(B) 302.73º 0.15% 0.58% -
XYZ 25.33 23.71 31.26 -
YUV 135.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 149 127 148 0 0.15 0.01 0.42 302.73 0.09 0.54
Hex 95 7F 94 0 F 1 2A 12F 9 36
Octal 225 177 224 0 17 1 52 457 11 66
Binary 10010101 1111111 10010100 0 1111 1 101010 100101111 1001 110110

Color Harmonies of #957F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F94

Black with #957F94

Text Example


Text Example

White with #957F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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