Html Css Color HEX #928090 Taupe Grey

📋 copy color: '#928090'

red 146 ◦ green 128 ◦ blue 144

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

Shades of Taupe Grey #928090

Tints of Taupe Grey #928090

RGB

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

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

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

R = 34.93%
G = 30.62%
B = 34.45%

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

#928090 (or 0x928090) is known color: Taupe Grey. HEX triplet: 92, 80 and 90. RGB value is (146,128,144). Sum of RGB (Red+Green+Blue) = 146+128+144=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #928090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928090 is #6D7F6F. Grayscale: #878787. Windows color (decimal): -7176048 or 9470098. OLE color: 9470098.

HSL color Cylindrical-coordinate representation of color #928090: hue angle of 306.67º degrees, saturation: 0.08, 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 #928090 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 144 -
CMYK 0 0.12 0.01 0.43
HSL 306.67º 0.08% 0.54% -
HSV(B) 306.67º 0.12% 0.57% -
XYZ 24.61 23.56 29.64 -
YUV 135.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 146 128 144 0 0.12 0.01 0.43 306.67 0.08 0.54
Hex 92 80 90 0 C 1 2B 133 8 36
Octal 222 200 220 0 14 1 53 463 10 66
Binary 10010010 10000000 10010000 0 1100 1 101011 100110011 1000 110110

Color Harmonies of #928090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928090

Black with #928090

Text Example


Text Example

White with #928090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928090; }

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

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

background-color css

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

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

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

border-color css

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

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

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