#92868D

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

Shades of Taupe Grey #92868D

Tints of Taupe Grey #92868D

Color information

#92868D (or 0x92868D) is unknown color: approx Taupe Grey. HEX triplet: 92, 86 and 8D. RGB value is (146,134,141). Sum of RGB (Red+Green+Blue) = 146+134+141=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #92868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92868D is #6D7972. Grayscale: #8A8A8A. Windows color (decimal): -7174515 or 9275026. OLE color: 9275026.

HSL color Cylindrical-coordinate representation of color #92868D: hue angle of 325º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92868D is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146134141-
CMYK00.080.030.43
HSL325º5.22%54.9%-
HSV(B)325º8.22%57.25%-
XYZ25.1925.0828.71-
YUV138.39129.48133.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=34.68%
G=31.83%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613414100.080.030.433255.2254.9
Hex92868D0832B145537
Octal222206215010353505567
Binary1001001010000110100011010100011101011101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92868D; }

 p { color: rgb(146,134,141); }

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

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

 a { background-color: rgb(146,134,141); }

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

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

 span { border-color: rgb(146,134,141); }

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