Html Css Color HEX #958394 Taupe Grey

📋 copy color: '#958394'

red 149 ◦ green 131 ◦ blue 148

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

Shades of Taupe Grey #958394

Tints of Taupe Grey #958394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

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

R = 34.81%
G = 30.61%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958394 (or 0x958394) is known color: Taupe Grey. HEX triplet: 95, 83 and 94. RGB value is (149,131,148). Sum of RGB (Red+Green+Blue) = 149+131+148=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958394 is #6A7C6B. Grayscale: #8A8A8A. Windows color (decimal): -6978668 or 9733013. OLE color: 9733013.

HSL color Cylindrical-coordinate representation of color #958394: hue angle of 303.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958394 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 148 -
CMYK 0 0.12 0.01 0.42
HSL 303.33º 0.08% 0.55% -
HSV(B) 303.33º 0.12% 0.58% -
XYZ 25.86 24.76 31.43 -
YUV 138.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 149 131 148 0 0.12 0.01 0.42 303.33 0.08 0.55
Hex 95 83 94 0 C 1 2A 12F 8 37
Octal 225 203 224 0 14 1 52 457 10 67
Binary 10010101 10000011 10010100 0 1100 1 101010 100101111 1000 110111

Color Harmonies of #958394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958394

Black with #958394

Text Example


Text Example

White with #958394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958394; }

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

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

background-color css

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

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

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

border-color css

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

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

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