#957F93

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

Shades of Taupe Grey #957F93

Tints of Taupe Grey #957F93

Color information

#957F93 (or 0x957F93) is unknown color: approx Taupe Grey. HEX triplet: 95, 7F and 93. RGB value is (149,127,147). Sum of RGB (Red+Green+Blue) = 149+127+147=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #957F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F93 is #6A806C. Grayscale: #878787. Windows color (decimal): -6979693 or 9666453. OLE color: 9666453.

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

Color convert

RGB149127147-
CMYK00.150.010.42
HSL305.45º9.4%54.12%-
HSV(B)305.45º14.77%58.43%-
XYZ25.2523.6730.84-
YUV135.86134.29137.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=35.22%
G=30.02%
B=34.75%

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
Decimal14912714700.150.010.42305.459.454.12
Hex957F930F12A131936
Octal2251772230171524611166
Binary100101011111111100100110111111010101001100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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