Html Css Color HEX #928890 Taupe Grey

📋 copy color: '#928890'

red 146 ◦ green 136 ◦ blue 144

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

Shades of Taupe Grey #928890

Tints of Taupe Grey #928890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

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

R = 34.27%
G = 31.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#928890 (or 0x928890) is known color: Taupe Grey. HEX triplet: 92, 88 and 90. RGB value is (146,136,144). Sum of RGB (Red+Green+Blue) = 146+136+144=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 146 - color contains mainly: red. Hex color #928890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928890 is #6D776F. Grayscale: #8B8B8B. Windows color (decimal): -7174000 or 9472146. OLE color: 9472146.

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

Color convert

RGB 146 136 144 -
CMYK 0 0.07 0.01 0.43
HSL 312º 0.04% 0.55% -
HSV(B) 312º 0.07% 0.57% -
XYZ 25.69 25.73 30 -
YUV 139.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 146 136 144 0 0.07 0.01 0.43 312 0.04 0.55
Hex 92 88 90 0 7 1 2B 138 4 37
Octal 222 210 220 0 7 1 53 470 4 67
Binary 10010010 10001000 10010000 0 111 1 101011 100111000 100 110111

Color Harmonies of #928890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928890

Black with #928890

Text Example


Text Example

White with #928890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928890; }

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

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

background-color css

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

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

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

border-color css

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

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

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