Html Css Color HEX #958492 Taupe Grey

📋 copy color: '#958492'

red 149 ◦ green 132 ◦ blue 146

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

Shades of Taupe Grey #958492

Tints of Taupe Grey #958492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 34.89%
G = 30.91%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958492 (or 0x958492) is known color: Taupe Grey. HEX triplet: 95, 84 and 92. RGB value is (149,132,146). Sum of RGB (Red+Green+Blue) = 149+132+146=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958492 is #6A7B6D. Grayscale: #8A8A8A. Windows color (decimal): -6978414 or 9602197. OLE color: 9602197.

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

Color convert

RGB 149 132 146 -
CMYK 0 0.11 0.02 0.42
HSL 310.59º 0.07% 0.55% -
HSV(B) 310.59º 0.11% 0.58% -
XYZ 25.83 24.97 30.65 -
YUV 138.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 149 132 146 0 0.11 0.02 0.42 310.59 0.07 0.55
Hex 95 84 92 0 B 2 2A 137 7 37
Octal 225 204 222 0 13 2 52 467 7 67
Binary 10010101 10000100 10010010 0 1011 10 101010 100110111 111 110111

Color Harmonies of #958492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958492

Black with #958492

Text Example


Text Example

White with #958492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958492; }

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

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

background-color css

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

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

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

border-color css

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

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

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