Html Css Color HEX #94808F Taupe Grey

📋 copy color: '#94808F'

red 148 ◦ green 128 ◦ blue 143

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

Shades of Taupe Grey #94808F

Tints of Taupe Grey #94808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 35.32%
G = 30.55%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94808F (or 0x94808F) is known color: Taupe Grey. HEX triplet: 94, 80 and 8F. RGB value is (148,128,143). Sum of RGB (Red+Green+Blue) = 148+128+143=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808F is #6B7F70. Grayscale: #878787. Windows color (decimal): -7044977 or 9404564. OLE color: 9404564.

HSL color Cylindrical-coordinate representation of color #94808F: hue angle of 315º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94808F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 143 -
CMYK 0 0.14 0.03 0.42
HSL 315º 0.09% 0.54% -
HSV(B) 315º 0.14% 0.58% -
XYZ 24.89 23.72 29.25 -
YUV 135.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 148 128 143 0 0.14 0.03 0.42 315 0.09 0.54
Hex 94 80 8F 0 E 3 2A 13B 9 36
Octal 224 200 217 0 16 3 52 473 11 66
Binary 10010100 10000000 10001111 0 1110 11 101010 100111011 1001 110110

Color Harmonies of #94808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94808F

Black with #94808F

Text Example


Text Example

White with #94808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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