Html Css Color HEX #94868E Taupe Grey

📋 copy color: '#94868E'

red 148 ◦ green 134 ◦ blue 142

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

Shades of Taupe Grey #94868E

Tints of Taupe Grey #94868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 34.91%
G = 31.6%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94868E (or 0x94868E) is known color: Taupe Grey. HEX triplet: 94, 86 and 8E. RGB value is (148,134,142). Sum of RGB (Red+Green+Blue) = 148+134+142=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868E is #6B7971. Grayscale: #8B8B8B. Windows color (decimal): -7043442 or 9340564. OLE color: 9340564.

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

Color convert

RGB 148 134 142 -
CMYK 0 0.09 0.04 0.42
HSL 325.71º 0.06% 0.55% -
HSV(B) 325.71º 0.09% 0.58% -
XYZ 25.62 25.3 29.12 -
YUV 139.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 148 134 142 0 0.09 0.04 0.42 325.71 0.06 0.55
Hex 94 86 8E 0 9 4 2A 146 6 37
Octal 224 206 216 0 11 4 52 506 6 67
Binary 10010100 10000110 10001110 0 1001 100 101010 101000110 110 110111

Color Harmonies of #94868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94868E

Black with #94868E

Text Example


Text Example

White with #94868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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