#957F92

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

Shades of Taupe Grey #957F92

Tints of Taupe Grey #957F92

Color information

#957F92 (or 0x957F92) is unknown color: approx Taupe Grey. HEX triplet: 95, 7F and 92. RGB value is (149,127,146). Sum of RGB (Red+Green+Blue) = 149+127+146=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #957F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F92 is #6A806D. Grayscale: #878787. Windows color (decimal): -6979694 or 9600917. OLE color: 9600917.

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

Color convert

RGB149127146-
CMYK00.150.020.42
HSL308.18º9.4%54.12%-
HSV(B)308.18º14.77%58.43%-
XYZ25.1723.6430.43-
YUV135.74133.79137.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=35.31%
G=30.09%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912714600.150.020.42308.189.454.12
Hex957F920F22A134936
Octal2251772220172524641166
Binary1001010111111111001001001111101010101001101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #957F92;
 }
 .AnyTagClassName
 {
   color: #957F92;
 }
</style>
background-color css

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

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

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

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

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

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