Html Css Color HEX #938092 Taupe Grey

📋 copy color: '#938092'

red 147 ◦ green 128 ◦ blue 146

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

Shades of Taupe Grey #938092

Tints of Taupe Grey #938092

RGB

 RED value IS 147 (57.81% from 255) = 34.92%

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

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

R = 34.92%
G = 30.4%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#938092 (or 0x938092) is known color: Taupe Grey. HEX triplet: 93, 80 and 92. RGB value is (147,128,146). Sum of RGB (Red+Green+Blue) = 147+128+146=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938092 is #6C7F6D. Grayscale: #878787. Windows color (decimal): -7110510 or 9601171. OLE color: 9601171.

HSL color Cylindrical-coordinate representation of color #938092: hue angle of 303.16º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938092 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 146 -
CMYK 0 0.13 0.01 0.42
HSL 303.16º 0.08% 0.54% -
HSV(B) 303.16º 0.13% 0.58% -
XYZ 24.94 23.72 30.46 -
YUV 135.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 147 128 146 0 0.13 0.01 0.42 303.16 0.08 0.54
Hex 93 80 92 0 D 1 2A 12F 8 36
Octal 223 200 222 0 15 1 52 457 10 66
Binary 10010011 10000000 10010010 0 1101 1 101010 100101111 1000 110110

Color Harmonies of #938092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938092

Black with #938092

Text Example


Text Example

White with #938092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938092; }

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

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

background-color css

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

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

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

border-color css

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

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

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