Html Css Color HEX #958792 Taupe Grey

📋 copy color: '#958792'

red 149 ◦ green 135 ◦ blue 146

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

Shades of Taupe Grey #958792

Tints of Taupe Grey #958792

RGB

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

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

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

R = 34.65%
G = 31.4%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958792 (or 0x958792) is known color: Taupe Grey. HEX triplet: 95, 87 and 92. RGB value is (149,135,146). Sum of RGB (Red+Green+Blue) = 149+135+146=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958792 is #6A786D. Grayscale: #8C8C8C. Windows color (decimal): -6977646 or 9602965. OLE color: 9602965.

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

Color convert

RGB 149 135 146 -
CMYK 0 0.09 0.02 0.42
HSL 312.86º 0.06% 0.56% -
HSV(B) 312.86º 0.09% 0.58% -
XYZ 26.25 25.79 30.79 -
YUV 140.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 149 135 146 0 0.09 0.02 0.42 312.86 0.06 0.56
Hex 95 87 92 0 9 2 2A 139 6 38
Octal 225 207 222 0 11 2 52 471 6 70
Binary 10010101 10000111 10010010 0 1001 10 101010 100111001 110 111000

Color Harmonies of #958792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958792

Black with #958792

Text Example


Text Example

White with #958792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958792; }

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

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

background-color css

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

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

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

border-color css

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

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

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