Html Css Color HEX #948290 Taupe Grey

📋 copy color: '#948290'

red 148 ◦ green 130 ◦ blue 144

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

Shades of Taupe Grey #948290

Tints of Taupe Grey #948290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 35.07%
G = 30.81%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#948290 (or 0x948290) is known color: Taupe Grey. HEX triplet: 94, 82 and 90. RGB value is (148,130,144). Sum of RGB (Red+Green+Blue) = 148+130+144=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #948290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948290 is #6B7D6F. Grayscale: #888888. Windows color (decimal): -7044464 or 9470612. OLE color: 9470612.

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

Color convert

RGB 148 130 144 -
CMYK 0 0.12 0.03 0.42
HSL 313.33º 0.08% 0.55% -
HSV(B) 313.33º 0.12% 0.58% -
XYZ 25.23 24.27 29.74 -
YUV 136.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 148 130 144 0 0.12 0.03 0.42 313.33 0.08 0.55
Hex 94 82 90 0 C 3 2A 139 8 37
Octal 224 202 220 0 14 3 52 471 10 67
Binary 10010100 10000010 10010000 0 1100 11 101010 100111001 1000 110111

Color Harmonies of #948290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948290

Black with #948290

Text Example


Text Example

White with #948290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948290; }

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

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

background-color css

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

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

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

border-color css

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

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

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