Html Css Color HEX #94838E Taupe Grey

📋 copy color: '#94838E'

red 148 ◦ green 131 ◦ blue 142

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

Shades of Taupe Grey #94838E

Tints of Taupe Grey #94838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 35.15%
G = 31.12%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94838E (or 0x94838E) is known color: Taupe Grey. HEX triplet: 94, 83 and 8E. RGB value is (148,131,142). Sum of RGB (Red+Green+Blue) = 148+131+142=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838E is #6B7C71. Grayscale: #898989. Windows color (decimal): -7044210 or 9339796. OLE color: 9339796.

HSL color Cylindrical-coordinate representation of color #94838E: hue angle of 321.18º 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 #94838E is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 142 -
CMYK 0 0.11 0.04 0.42
HSL 321.18º 0.07% 0.55% -
HSV(B) 321.18º 0.11% 0.58% -
XYZ 25.21 24.48 28.99 -
YUV 137.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 148 131 142 0 0.11 0.04 0.42 321.18 0.07 0.55
Hex 94 83 8E 0 B 4 2A 141 7 37
Octal 224 203 216 0 13 4 52 501 7 67
Binary 10010100 10000011 10001110 0 1011 100 101010 101000001 111 110111

Color Harmonies of #94838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94838E

Black with #94838E

Text Example


Text Example

White with #94838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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