Html Css Color HEX #948890 Taupe Grey

📋 copy color: '#948890'

red 148 ◦ green 136 ◦ blue 144

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

Shades of Taupe Grey #948890

Tints of Taupe Grey #948890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

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

R = 34.58%
G = 31.78%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#948890 (or 0x948890) is known color: Taupe Grey. HEX triplet: 94, 88 and 90. RGB value is (148,136,144). Sum of RGB (Red+Green+Blue) = 148+136+144=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948890 is #6B776F. Grayscale: #8C8C8C. Windows color (decimal): -7042928 or 9472148. OLE color: 9472148.

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

Color convert

RGB 148 136 144 -
CMYK 0 0.08 0.03 0.42
HSL 320º 0.05% 0.56% -
HSV(B) 320º 0.08% 0.58% -
XYZ 26.05 25.92 30.02 -
YUV 140.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 148 136 144 0 0.08 0.03 0.42 320 0.05 0.56
Hex 94 88 90 0 8 3 2A 140 5 38
Octal 224 210 220 0 10 3 52 500 5 70
Binary 10010100 10001000 10010000 0 1000 11 101010 101000000 101 111000

Color Harmonies of #948890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948890

Black with #948890

Text Example


Text Example

White with #948890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948890; }

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

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

background-color css

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

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

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

border-color css

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

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

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