Html Css Color HEX #94888F Taupe Grey

📋 copy color: '#94888F'

red 148 ◦ green 136 ◦ blue 143

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

Shades of Taupe Grey #94888F

Tints of Taupe Grey #94888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 34.66%
G = 31.85%
B = 33.49%

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

#94888F (or 0x94888F) is known color: Taupe Grey. HEX triplet: 94, 88 and 8F. RGB value is (148,136,143). Sum of RGB (Red+Green+Blue) = 148+136+143=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #94888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888F is #6B7770. Grayscale: #8C8C8C. Windows color (decimal): -7042929 or 9406612. OLE color: 9406612.

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

Color convert

RGB 148 136 143 -
CMYK 0 0.08 0.03 0.42
HSL 325º 0.05% 0.56% -
HSV(B) 325º 0.08% 0.58% -
XYZ 25.97 25.89 29.61 -
YUV 140.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 148 136 143 0 0.08 0.03 0.42 325 0.05 0.56
Hex 94 88 8F 0 8 3 2A 145 5 38
Octal 224 210 217 0 10 3 52 505 5 70
Binary 10010100 10001000 10001111 0 1000 11 101010 101000101 101 111000

Color Harmonies of #94888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94888F

Black with #94888F

Text Example


Text Example

White with #94888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94888F; }

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

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

background-color css

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

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

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

border-color css

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

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

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