Html Css Color HEX #958092 Taupe Grey

📋 copy color: '#958092'

red 149 ◦ green 128 ◦ blue 146

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

Shades of Taupe Grey #958092

Tints of Taupe Grey #958092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.26%

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

R = 35.22%
G = 30.26%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958092 (or 0x958092) is known color: Taupe Grey. HEX triplet: 95, 80 and 92. RGB value is (149,128,146). Sum of RGB (Red+Green+Blue) = 149+128+146=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958092 is #6A7F6D. Grayscale: #888888. Windows color (decimal): -6979438 or 9601173. OLE color: 9601173.

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

Color convert

RGB 149 128 146 -
CMYK 0 0.14 0.02 0.42
HSL 308.57º 0.09% 0.54% -
HSV(B) 308.57º 0.14% 0.58% -
XYZ 25.3 23.9 30.47 -
YUV 136.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 149 128 146 0 0.14 0.02 0.42 308.57 0.09 0.54
Hex 95 80 92 0 E 2 2A 135 9 36
Octal 225 200 222 0 16 2 52 465 11 66
Binary 10010101 10000000 10010010 0 1110 10 101010 100110101 1001 110110

Color Harmonies of #958092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958092

Black with #958092

Text Example


Text Example

White with #958092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958092; }

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

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

background-color css

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

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

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

border-color css

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

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

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