Html Css Color HEX #948092 Taupe Grey

📋 copy color: '#948092'

red 148 ◦ green 128 ◦ blue 146

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

Shades of Taupe Grey #948092

Tints of Taupe Grey #948092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 35.07%
G = 30.33%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948092 (or 0x948092) is known color: Taupe Grey. HEX triplet: 94, 80 and 92. RGB value is (148,128,146). Sum of RGB (Red+Green+Blue) = 148+128+146=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #948092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948092 is #6B7F6D. Grayscale: #878787. Windows color (decimal): -7044974 or 9601172. OLE color: 9601172.

HSL color Cylindrical-coordinate representation of color #948092: hue angle of 306º 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 #948092 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 146 -
CMYK 0 0.14 0.01 0.42
HSL 306º 0.09% 0.54% -
HSV(B) 306º 0.14% 0.58% -
XYZ 25.12 23.81 30.47 -
YUV 136.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 148 128 146 0 0.14 0.01 0.42 306 0.09 0.54
Hex 94 80 92 0 E 1 2A 132 9 36
Octal 224 200 222 0 16 1 52 462 11 66
Binary 10010100 10000000 10010010 0 1110 1 101010 100110010 1001 110110

Color Harmonies of #948092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948092

Black with #948092

Text Example


Text Example

White with #948092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948092; }

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

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

background-color css

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

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

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

border-color css

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

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

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