Html Css Color HEX #958393 Taupe Grey

📋 copy color: '#958393'

red 149 ◦ green 131 ◦ blue 147

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

Shades of Taupe Grey #958393

Tints of Taupe Grey #958393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 34.89%
G = 30.68%
B = 34.43%

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

#958393 (or 0x958393) is known color: Taupe Grey. HEX triplet: 95, 83 and 93. RGB value is (149,131,147). Sum of RGB (Red+Green+Blue) = 149+131+147=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958393 is #6A7C6C. Grayscale: #8A8A8A. Windows color (decimal): -6978669 or 9667477. OLE color: 9667477.

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

Color convert

RGB 149 131 147 -
CMYK 0 0.12 0.01 0.42
HSL 306.67º 0.08% 0.55% -
HSV(B) 306.67º 0.12% 0.58% -
XYZ 25.78 24.73 31.02 -
YUV 138.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 149 131 147 0 0.12 0.01 0.42 306.67 0.08 0.55
Hex 95 83 93 0 C 1 2A 133 8 37
Octal 225 203 223 0 14 1 52 463 10 67
Binary 10010101 10000011 10010011 0 1100 1 101010 100110011 1000 110111

Color Harmonies of #958393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958393

Black with #958393

Text Example


Text Example

White with #958393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958393; }

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

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

background-color css

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

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

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

border-color css

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

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

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