#92888F

Color #92888F Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #92888F

Tints of Taupe Grey #92888F

Color information

#92888F (or 0x92888F) is unknown color: approx Taupe Grey. HEX triplet: 92, 88 and 8F. RGB value is (146,136,143). Sum of RGB (Red+Green+Blue) = 146+136+143=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #92888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92888F is #6D7770. Grayscale: #8B8B8B. Windows color (decimal): -7174001 or 9406610. OLE color: 9406610.

HSL color Cylindrical-coordinate representation of color #92888F: hue angle of 318º 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 #92888F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB146136143-
CMYK00.070.020.43
HSL318º4.39%55.29%-
HSV(B)318º6.85%57.25%-
XYZ25.6225.729.6-
YUV139.79129.81132.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=34.35%
G=32%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613614300.070.020.433184.3955.29
Hex92888F0722B13e437
Octal22221021707253476467
Binary100100101000100010001111011110101011100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92888F; }

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

 H1.HeaderClassName
 {
   color: #92888F;
 }
 .AnyTagClassName
 {
   color: #92888F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #92888F;
 }
 .BgClassName
 {
   background-color: #92888F;
 }
</style>
border-color css

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

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

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