Html Css Color HEX #958292 Taupe Grey

📋 copy color: '#958292'

red 149 ◦ green 130 ◦ blue 146

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

Shades of Taupe Grey #958292

Tints of Taupe Grey #958292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

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

R = 35.06%
G = 30.59%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958292 (or 0x958292) is known color: Taupe Grey. HEX triplet: 95, 82 and 92. RGB value is (149,130,146). Sum of RGB (Red+Green+Blue) = 149+130+146=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #958292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958292 is #6A7D6D. Grayscale: #898989. Windows color (decimal): -6978926 or 9601685. OLE color: 9601685.

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

Color convert

RGB 149 130 146 -
CMYK 0 0.13 0.02 0.42
HSL 309.47º 0.08% 0.55% -
HSV(B) 309.47º 0.13% 0.58% -
XYZ 25.57 24.43 30.56 -
YUV 137.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 149 130 146 0 0.13 0.02 0.42 309.47 0.08 0.55
Hex 95 82 92 0 D 2 2A 135 8 37
Octal 225 202 222 0 15 2 52 465 10 67
Binary 10010101 10000010 10010010 0 1101 10 101010 100110101 1000 110111

Color Harmonies of #958292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958292

Black with #958292

Text Example


Text Example

White with #958292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958292; }

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

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

background-color css

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

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

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

border-color css

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

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

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