Html Css Color HEX #94838F Taupe Grey

📋 copy color: '#94838F'

red 148 ◦ green 131 ◦ blue 143

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

Shades of Taupe Grey #94838F

Tints of Taupe Grey #94838F

RGB

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

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

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

R = 35.07%
G = 31.04%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94838F (or 0x94838F) is known color: Taupe Grey. HEX triplet: 94, 83 and 8F. RGB value is (148,131,143). Sum of RGB (Red+Green+Blue) = 148+131+143=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838F is #6B7C70. Grayscale: #898989. Windows color (decimal): -7044209 or 9405332. OLE color: 9405332.

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

Color convert

RGB 148 131 143 -
CMYK 0 0.11 0.03 0.42
HSL 317.65º 0.07% 0.55% -
HSV(B) 317.65º 0.11% 0.58% -
XYZ 25.29 24.51 29.39 -
YUV 137.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 148 131 143 0 0.11 0.03 0.42 317.65 0.07 0.55
Hex 94 83 8F 0 B 3 2A 13E 7 37
Octal 224 203 217 0 13 3 52 476 7 67
Binary 10010100 10000011 10001111 0 1011 11 101010 100111110 111 110111

Color Harmonies of #94838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94838F

Black with #94838F

Text Example


Text Example

White with #94838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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