Html Css Color HEX #94858F Taupe Grey

📋 copy color: '#94858F'

red 148 ◦ green 133 ◦ blue 143

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

Shades of Taupe Grey #94858F

Tints of Taupe Grey #94858F

RGB

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

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

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

R = 34.91%
G = 31.37%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94858F (or 0x94858F) is known color: Taupe Grey. HEX triplet: 94, 85 and 8F. RGB value is (148,133,143). Sum of RGB (Red+Green+Blue) = 148+133+143=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94858F is #6B7A70. Grayscale: #8A8A8A. Windows color (decimal): -7043697 or 9405844. OLE color: 9405844.

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

Color convert

RGB 148 133 143 -
CMYK 0 0.10 0.03 0.42
HSL 320º 0.07% 0.55% -
HSV(B) 320º 0.1% 0.58% -
XYZ 25.56 25.05 29.48 -
YUV 138.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 148 133 143 0 0.10 0.03 0.42 320 0.07 0.55
Hex 94 85 8F 0 A 3 2A 140 7 37
Octal 224 205 217 0 12 3 52 500 7 67
Binary 10010100 10000101 10001111 0 1010 11 101010 101000000 111 110111

Color Harmonies of #94858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94858F

Black with #94858F

Text Example


Text Example

White with #94858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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