Html Css Color HEX #928191 Taupe Grey

📋 copy color: '#928191'

red 146 ◦ green 129 ◦ blue 145

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

Shades of Taupe Grey #928191

Tints of Taupe Grey #928191

RGB

 RED value IS 146 (57.42% from 255) = 34.76%

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 34.76%
G = 30.71%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#928191 (or 0x928191) is known color: Taupe Grey. HEX triplet: 92, 81 and 91. RGB value is (146,129,145). Sum of RGB (Red+Green+Blue) = 146+129+145=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #928191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928191 is #6D7E6E. Grayscale: #878787. Windows color (decimal): -7175791 or 9535890. OLE color: 9535890.

HSL color Cylindrical-coordinate representation of color #928191: hue angle of 303.53º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928191 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 129 145 -
CMYK 0 0.12 0.01 0.43
HSL 303.53º 0.07% 0.54% -
HSV(B) 303.53º 0.12% 0.57% -
XYZ 24.82 23.86 30.08 -
YUV 135.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 146 129 145 0 0.12 0.01 0.43 303.53 0.07 0.54
Hex 92 81 91 0 C 1 2B 130 7 36
Octal 222 201 221 0 14 1 53 460 7 66
Binary 10010010 10000001 10010001 0 1100 1 101011 100110000 111 110110

Color Harmonies of #928191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928191

Black with #928191

Text Example


Text Example

White with #928191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928191; }

 p { color: rgb(146,129,145); }

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

background-color css

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

 a { background-color: rgb(146,129,145); }

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

border-color css

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

 span { border-color: rgb(146,129,145); }

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