Html Css Color HEX #958790 Taupe Grey

📋 copy color: '#958790'

red 149 ◦ green 135 ◦ blue 144

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

Shades of Taupe Grey #958790

Tints of Taupe Grey #958790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 34.81%
G = 31.54%
B = 33.64%

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

#958790 (or 0x958790) is known color: Taupe Grey. HEX triplet: 95, 87 and 90. RGB value is (149,135,144). Sum of RGB (Red+Green+Blue) = 149+135+144=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958790 is #6A786F. Grayscale: #8C8C8C. Windows color (decimal): -6977648 or 9471893. OLE color: 9471893.

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

Color convert

RGB 149 135 144 -
CMYK 0 0.09 0.03 0.42
HSL 321.43º 0.06% 0.56% -
HSV(B) 321.43º 0.09% 0.58% -
XYZ 26.09 25.73 29.98 -
YUV 140.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 149 135 144 0 0.09 0.03 0.42 321.43 0.06 0.56
Hex 95 87 90 0 9 3 2A 141 6 38
Octal 225 207 220 0 11 3 52 501 6 70
Binary 10010101 10000111 10010000 0 1001 11 101010 101000001 110 111000

Color Harmonies of #958790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958790

Black with #958790

Text Example


Text Example

White with #958790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958790; }

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

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

background-color css

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

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

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

border-color css

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

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

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