Html Css Color HEX #918090 Taupe Grey

📋 copy color: '#918090'

red 145 ◦ green 128 ◦ blue 144

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

Shades of Taupe Grey #918090

Tints of Taupe Grey #918090

RGB

 RED value IS 145 (57.03% from 255) = 34.77%

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

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

R = 34.77%
G = 30.7%
B = 34.53%

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

#918090 (or 0x918090) is known color: Taupe Grey. HEX triplet: 91, 80 and 90. RGB value is (145,128,144). Sum of RGB (Red+Green+Blue) = 145+128+144=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918090 is #6E7F6F. Grayscale: #868686. Windows color (decimal): -7241584 or 9470097. OLE color: 9470097.

HSL color Cylindrical-coordinate representation of color #918090: 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 #918090 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 128 144 -
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.43 23.47 29.63 -
YUV 134.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 145 128 144 0 0.12 0.01 0.43 303.53 0.07 0.54
Hex 91 80 90 0 C 1 2B 130 7 36
Octal 221 200 220 0 14 1 53 460 7 66
Binary 10010001 10000000 10010000 0 1100 1 101011 100110000 111 110110

Color Harmonies of #918090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918090

Black with #918090

Text Example


Text Example

White with #918090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918090; }

 p { color: rgb(145,128,144); }

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

background-color css

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

 a { background-color: rgb(145,128,144); }

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

border-color css

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

 span { border-color: rgb(145,128,144); }

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