Html Css Color HEX #958392 Taupe Grey

📋 copy color: '#958392'

red 149 ◦ green 131 ◦ blue 146

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

Shades of Taupe Grey #958392

Tints of Taupe Grey #958392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 34.98%
G = 30.75%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958392 (or 0x958392) is known color: Taupe Grey. HEX triplet: 95, 83 and 92. RGB value is (149,131,146). Sum of RGB (Red+Green+Blue) = 149+131+146=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958392 is #6A7C6D. Grayscale: #8A8A8A. Windows color (decimal): -6978670 or 9601941. OLE color: 9601941.

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

Color convert

RGB 149 131 146 -
CMYK 0 0.12 0.02 0.42
HSL 310º 0.08% 0.55% -
HSV(B) 310º 0.12% 0.58% -
XYZ 25.7 24.7 30.61 -
YUV 138.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 149 131 146 0 0.12 0.02 0.42 310 0.08 0.55
Hex 95 83 92 0 C 2 2A 136 8 37
Octal 225 203 222 0 14 2 52 466 10 67
Binary 10010101 10000011 10010010 0 1100 10 101010 100110110 1000 110111

Color Harmonies of #958392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958392

Black with #958392

Text Example


Text Example

White with #958392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958392; }

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

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

background-color css

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

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

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

border-color css

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

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

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