Html Css Color HEX #938992 Taupe Grey

📋 copy color: '#938992'

red 147 ◦ green 137 ◦ blue 146

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

Shades of Taupe Grey #938992

Tints of Taupe Grey #938992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.86%

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

R = 34.19%
G = 31.86%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#938992 (or 0x938992) is known color: Taupe Grey. HEX triplet: 93, 89 and 92. RGB value is (147,137,146). Sum of RGB (Red+Green+Blue) = 147+137+146=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 147 - color contains mainly: red. Hex color #938992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938992 is #6C766D. Grayscale: #8C8C8C. Windows color (decimal): -7108206 or 9603475. OLE color: 9603475.

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

Color convert

RGB 147 137 146 -
CMYK 0 0.07 0.01 0.42
HSL 306º 0.04% 0.56% -
HSV(B) 306º 0.07% 0.58% -
XYZ 26.17 26.17 30.87 -
YUV 141.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 147 137 146 0 0.07 0.01 0.42 306 0.04 0.56
Hex 93 89 92 0 7 1 2A 132 4 38
Octal 223 211 222 0 7 1 52 462 4 70
Binary 10010011 10001001 10010010 0 111 1 101010 100110010 100 111000

Color Harmonies of #938992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938992

Black with #938992

Text Example


Text Example

White with #938992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938992; }

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

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

background-color css

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

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

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

border-color css

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

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

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