#957F94

Color #957F94 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #957F94

Tints of Taupe Grey #957F94

Color information

#957F94 (or 0x957F94) is unknown color: approx 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

RGB149127148-
CMYK00.150.010.42
HSL302.73º9.4%54.12%-
HSV(B)302.73º14.77%58.43%-
XYZ25.3323.7131.26-
YUV135.97134.79137.29-

RGB Variations

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

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.20% from 255) = 34.91%
R=35.14%
G=29.95%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912714800.150.010.42302.739.454.12
Hex957F940F12A12f936
Octal2251772240171524571166
Binary100101011111111100101000111111010101001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>