Html Css Color HEX #958793 Taupe Grey

📋 copy color: '#958793'

red 149 ◦ green 135 ◦ blue 147

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

Shades of Taupe Grey #958793

Tints of Taupe Grey #958793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 34.57%
G = 31.32%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958793 (or 0x958793) is known color: Taupe Grey. HEX triplet: 95, 87 and 93. RGB value is (149,135,147). Sum of RGB (Red+Green+Blue) = 149+135+147=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958793 is #6A786C. Grayscale: #8C8C8C. Windows color (decimal): -6977645 or 9668501. OLE color: 9668501.

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

Color convert

RGB 149 135 147 -
CMYK 0 0.09 0.01 0.42
HSL 308.57º 0.06% 0.56% -
HSV(B) 308.57º 0.09% 0.58% -
XYZ 26.32 25.82 31.2 -
YUV 140.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 149 135 147 0 0.09 0.01 0.42 308.57 0.06 0.56
Hex 95 87 93 0 9 1 2A 135 6 38
Octal 225 207 223 0 11 1 52 465 6 70
Binary 10010101 10000111 10010011 0 1001 1 101010 100110101 110 111000

Color Harmonies of #958793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958793

Black with #958793

Text Example


Text Example

White with #958793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958793; }

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

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

background-color css

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

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

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

border-color css

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

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

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