Html Css Color HEX #948891 Taupe Grey

📋 copy color: '#948891'

red 148 ◦ green 136 ◦ blue 145

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

Shades of Taupe Grey #948891

Tints of Taupe Grey #948891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 34.5%
G = 31.7%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948891 (or 0x948891) is known color: Taupe Grey. HEX triplet: 94, 88 and 91. RGB value is (148,136,145). Sum of RGB (Red+Green+Blue) = 148+136+145=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #948891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948891 is #6B776E. Grayscale: #8C8C8C. Windows color (decimal): -7042927 or 9537684. OLE color: 9537684.

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

Color convert

RGB 148 136 145 -
CMYK 0 0.08 0.02 0.42
HSL 315º 0.05% 0.56% -
HSV(B) 315º 0.08% 0.58% -
XYZ 26.13 25.95 30.42 -
YUV 140.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 148 136 145 0 0.08 0.02 0.42 315 0.05 0.56
Hex 94 88 91 0 8 2 2A 13B 5 38
Octal 224 210 221 0 10 2 52 473 5 70
Binary 10010100 10001000 10010001 0 1000 10 101010 100111011 101 111000

Color Harmonies of #948891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948891

Black with #948891

Text Example


Text Example

White with #948891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948891; }

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

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

background-color css

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

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

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

border-color css

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

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

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