Html Css Color HEX #958390 Taupe Grey

📋 copy color: '#958390'

red 149 ◦ green 131 ◦ blue 144

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

Shades of Taupe Grey #958390

Tints of Taupe Grey #958390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 35.14%
G = 30.9%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958390 (or 0x958390) is known color: Taupe Grey. HEX triplet: 95, 83 and 90. RGB value is (149,131,144). Sum of RGB (Red+Green+Blue) = 149+131+144=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958390 is #6A7C6F. Grayscale: #898989. Windows color (decimal): -6978672 or 9470869. OLE color: 9470869.

HSL color Cylindrical-coordinate representation of color #958390: hue angle of 316.67º 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 #958390 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 144 -
CMYK 0 0.12 0.03 0.42
HSL 316.67º 0.08% 0.55% -
HSV(B) 316.67º 0.12% 0.58% -
XYZ 25.54 24.64 29.79 -
YUV 137.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 149 131 144 0 0.12 0.03 0.42 316.67 0.08 0.55
Hex 95 83 90 0 C 3 2A 13D 8 37
Octal 225 203 220 0 14 3 52 475 10 67
Binary 10010101 10000011 10010000 0 1100 11 101010 100111101 1000 110111

Color Harmonies of #958390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958390

Black with #958390

Text Example


Text Example

White with #958390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958390; }

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

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

background-color css

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

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

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

border-color css

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

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

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