Html Css Color HEX #958192 Taupe Grey

📋 copy color: '#958192'

red 149 ◦ green 129 ◦ blue 146

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

Shades of Taupe Grey #958192

Tints of Taupe Grey #958192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

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

R = 35.14%
G = 30.42%
B = 34.43%

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

#958192 (or 0x958192) is known color: Taupe Grey. HEX triplet: 95, 81 and 92. RGB value is (149,129,146). Sum of RGB (Red+Green+Blue) = 149+129+146=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958192 is #6A7E6D. Grayscale: #888888. Windows color (decimal): -6979182 or 9601429. OLE color: 9601429.

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

Color convert

RGB 149 129 146 -
CMYK 0 0.13 0.02 0.42
HSL 309º 0.09% 0.55% -
HSV(B) 309º 0.13% 0.58% -
XYZ 25.43 24.17 30.52 -
YUV 136.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 149 129 146 0 0.13 0.02 0.42 309 0.09 0.55
Hex 95 81 92 0 D 2 2A 135 9 37
Octal 225 201 222 0 15 2 52 465 11 67
Binary 10010101 10000001 10010010 0 1101 10 101010 100110101 1001 110111

Color Harmonies of #958192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958192

Black with #958192

Text Example


Text Example

White with #958192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958192; }

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

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

background-color css

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

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

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

border-color css

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

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

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