Html Css Color HEX #958294 Taupe Grey

📋 copy color: '#958294'

red 149 ◦ green 130 ◦ blue 148

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

Shades of Taupe Grey #958294

Tints of Taupe Grey #958294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 34.89%
G = 30.44%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958294 (or 0x958294) is known color: Taupe Grey. HEX triplet: 95, 82 and 94. RGB value is (149,130,148). Sum of RGB (Red+Green+Blue) = 149+130+148=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958294 is #6A7D6B. Grayscale: #898989. Windows color (decimal): -6978924 or 9732757. OLE color: 9732757.

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

Color convert

RGB 149 130 148 -
CMYK 0 0.13 0.01 0.42
HSL 303.16º 0.08% 0.55% -
HSV(B) 303.16º 0.13% 0.58% -
XYZ 25.72 24.49 31.39 -
YUV 137.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 149 130 148 0 0.13 0.01 0.42 303.16 0.08 0.55
Hex 95 82 94 0 D 1 2A 12F 8 37
Octal 225 202 224 0 15 1 52 457 10 67
Binary 10010101 10000010 10010100 0 1101 1 101010 100101111 1000 110111

Color Harmonies of #958294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958294

Black with #958294

Text Example


Text Example

White with #958294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958294; }

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

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

background-color css

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

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

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

border-color css

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

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

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