Html Css Color HEX #927D90 Taupe Grey

📋 copy color: '#927D90'

red 146 ◦ green 125 ◦ blue 144

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

Shades of Taupe Grey #927D90

Tints of Taupe Grey #927D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 35.18%
G = 30.12%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#927D90 (or 0x927D90) is known color: Taupe Grey. HEX triplet: 92, 7D and 90. RGB value is (146,125,144). Sum of RGB (Red+Green+Blue) = 146+125+144=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 146 - color contains mainly: red. Hex color #927D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D90 is #6D826F. Grayscale: #858585. Windows color (decimal): -7176816 or 9469330. OLE color: 9469330.

HSL color Cylindrical-coordinate representation of color #927D90: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D90 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 125 144 -
CMYK 0 0.14 0.01 0.43
HSL 305.71º 0.09% 0.53% -
HSV(B) 305.71º 0.14% 0.57% -
XYZ 24.22 22.79 29.51 -
YUV 133.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 146 125 144 0 0.14 0.01 0.43 305.71 0.09 0.53
Hex 92 7D 90 0 E 1 2B 132 9 35
Octal 222 175 220 0 16 1 53 462 11 65
Binary 10010010 1111101 10010000 0 1110 1 101011 100110010 1001 110101

Color Harmonies of #927D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D90

Black with #927D90

Text Example


Text Example

White with #927D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927D90; }

 p { color: rgb(146,125,144); }

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

background-color css

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

 a { background-color: rgb(146,125,144); }

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

border-color css

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

 span { border-color: rgb(146,125,144); }

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