Html Css Color HEX #957F92 Taupe Grey

📋 copy color: '#957F92'

red 149 ◦ green 127 ◦ blue 146

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

Shades of Taupe Grey #957F92

Tints of Taupe Grey #957F92

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.6%

R = 35.31%
G = 30.09%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#957F92 (or 0x957F92) is known color: 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

RGB 149 127 146 -
CMYK 0 0.15 0.02 0.42
HSL 308.18º 0.09% 0.54% -
HSV(B) 308.18º 0.15% 0.58% -
XYZ 25.17 23.64 30.43 -
YUV 135.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 149 127 146 0 0.15 0.02 0.42 308.18 0.09 0.54
Hex 95 7F 92 0 F 2 2A 134 9 36
Octal 225 177 222 0 17 2 52 464 11 66
Binary 10010101 1111111 10010010 0 1111 10 101010 100110100 1001 110110

Color Harmonies of #957F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F92

Black with #957F92

Text Example


Text Example

White with #957F92

Text Example


Text Example

HTML Codes & Css Web 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>