Html Css Color HEX #94858E Taupe Grey

📋 copy color: '#94858E'

red 148 ◦ green 133 ◦ blue 142

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

Shades of Taupe Grey #94858E

Tints of Taupe Grey #94858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 34.99%
G = 31.44%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94858E (or 0x94858E) is known color: Taupe Grey. HEX triplet: 94, 85 and 8E. RGB value is (148,133,142). Sum of RGB (Red+Green+Blue) = 148+133+142=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94858E is #6B7A71. Grayscale: #8A8A8A. Windows color (decimal): -7043698 or 9340308. OLE color: 9340308.

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

Color convert

RGB 148 133 142 -
CMYK 0 0.10 0.04 0.42
HSL 324º 0.07% 0.55% -
HSV(B) 324º 0.1% 0.58% -
XYZ 25.48 25.02 29.08 -
YUV 138.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 148 133 142 0 0.10 0.04 0.42 324 0.07 0.55
Hex 94 85 8E 0 A 4 2A 144 7 37
Octal 224 205 216 0 12 4 52 504 7 67
Binary 10010100 10000101 10001110 0 1010 100 101010 101000100 111 110111

Color Harmonies of #94858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94858E

Black with #94858E

Text Example


Text Example

White with #94858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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