Html Css Color HEX #958791 Taupe Grey

📋 copy color: '#958791'

red 149 ◦ green 135 ◦ blue 145

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

Shades of Taupe Grey #958791

Tints of Taupe Grey #958791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 34.73%
G = 31.47%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958791 (or 0x958791) is known color: Taupe Grey. HEX triplet: 95, 87 and 91. RGB value is (149,135,145). Sum of RGB (Red+Green+Blue) = 149+135+145=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #958791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958791 is #6A786E. Grayscale: #8C8C8C. Windows color (decimal): -6977647 or 9537429. OLE color: 9537429.

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

Color convert

RGB 149 135 145 -
CMYK 0 0.09 0.03 0.42
HSL 317.14º 0.06% 0.56% -
HSV(B) 317.14º 0.09% 0.58% -
XYZ 26.17 25.76 30.38 -
YUV 140.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 149 135 145 0 0.09 0.03 0.42 317.14 0.06 0.56
Hex 95 87 91 0 9 3 2A 13D 6 38
Octal 225 207 221 0 11 3 52 475 6 70
Binary 10010101 10000111 10010001 0 1001 11 101010 100111101 110 111000

Color Harmonies of #958791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958791

Black with #958791

Text Example


Text Example

White with #958791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958791; }

 p { color: rgb(149,135,145); }

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

background-color css

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

 a { background-color: rgb(149,135,145); }

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

border-color css

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

 span { border-color: rgb(149,135,145); }

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