Html Css Color HEX #927990 Taupe Grey

📋 copy color: '#927990'

red 146 ◦ green 121 ◦ blue 144

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

Shades of Taupe Grey #927990

Tints of Taupe Grey #927990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

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

R = 35.52%
G = 29.44%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#927990 (or 0x927990) is known color: Taupe Grey. HEX triplet: 92, 79 and 90. RGB value is (146,121,144). Sum of RGB (Red+Green+Blue) = 146+121+144=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #927990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927990 is #6D866F. Grayscale: #838383. Windows color (decimal): -7177840 or 9468306. OLE color: 9468306.

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

Color convert

RGB 146 121 144 -
CMYK 0 0.17 0.01 0.43
HSL 304.8º 0.1% 0.52% -
HSV(B) 304.8º 0.17% 0.57% -
XYZ 23.73 21.8 29.34 -
YUV 131.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 146 121 144 0 0.17 0.01 0.43 304.8 0.1 0.52
Hex 92 79 90 0 11 1 2B 131 A 34
Octal 222 171 220 0 21 1 53 461 12 64
Binary 10010010 1111001 10010000 0 10001 1 101011 100110001 1010 110100

Color Harmonies of #927990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927990

Black with #927990

Text Example


Text Example

White with #927990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927990; }

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

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

background-color css

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

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

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

border-color css

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

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

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