Html Css Color HEX #948390 Taupe Grey

📋 copy color: '#948390'

red 148 ◦ green 131 ◦ blue 144

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

Shades of Taupe Grey #948390

Tints of Taupe Grey #948390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 34.99%
G = 30.97%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#948390 (or 0x948390) is known color: Taupe Grey. HEX triplet: 94, 83 and 90. RGB value is (148,131,144). Sum of RGB (Red+Green+Blue) = 148+131+144=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948390 is #6B7C6F. Grayscale: #898989. Windows color (decimal): -7044208 or 9470868. OLE color: 9470868.

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

Color convert

RGB 148 131 144 -
CMYK 0 0.11 0.03 0.42
HSL 314.12º 0.07% 0.55% -
HSV(B) 314.12º 0.11% 0.58% -
XYZ 25.36 24.54 29.79 -
YUV 137.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 148 131 144 0 0.11 0.03 0.42 314.12 0.07 0.55
Hex 94 83 90 0 B 3 2A 13A 7 37
Octal 224 203 220 0 13 3 52 472 7 67
Binary 10010100 10000011 10010000 0 1011 11 101010 100111010 111 110111

Color Harmonies of #948390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948390

Black with #948390

Text Example


Text Example

White with #948390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948390; }

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

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

background-color css

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

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

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

border-color css

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

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

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