Html Css Color HEX #948090 Taupe Grey

📋 copy color: '#948090'

red 148 ◦ green 128 ◦ blue 144

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

Shades of Taupe Grey #948090

Tints of Taupe Grey #948090

RGB

 RED value IS 148 (58.2% from 255) = 35.24%

 GREEN value IS 128 (50.39% from 255) = 30.48%

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

R = 35.24%
G = 30.48%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#948090 (or 0x948090) is known color: Taupe Grey. HEX triplet: 94, 80 and 90. RGB value is (148,128,144). Sum of RGB (Red+Green+Blue) = 148+128+144=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948090 is #6B7F6F. Grayscale: #878787. Windows color (decimal): -7044976 or 9470100. OLE color: 9470100.

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

Color convert

RGB 148 128 144 -
CMYK 0 0.14 0.03 0.42
HSL 312º 0.09% 0.54% -
HSV(B) 312º 0.14% 0.58% -
XYZ 24.97 23.75 29.65 -
YUV 135.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 148 128 144 0 0.14 0.03 0.42 312 0.09 0.54
Hex 94 80 90 0 E 3 2A 138 9 36
Octal 224 200 220 0 16 3 52 470 11 66
Binary 10010100 10000000 10010000 0 1110 11 101010 100111000 1001 110110

Color Harmonies of #948090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948090

Black with #948090

Text Example


Text Example

White with #948090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948090; }

 p { color: rgb(148,128,144); }

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

background-color css

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

 a { background-color: rgb(148,128,144); }

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

border-color css

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

 span { border-color: rgb(148,128,144); }

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