#92868F

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

Shades of Taupe Grey #92868F

Tints of Taupe Grey #92868F

Color information

#92868F (or 0x92868F) is unknown color: approx Taupe Grey. HEX triplet: 92, 86 and 8F. RGB value is (146,134,143). Sum of RGB (Red+Green+Blue) = 146+134+143=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 146 - color contains mainly: red. Hex color #92868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92868F is #6D7970. Grayscale: #8A8A8A. Windows color (decimal): -7174513 or 9406098. OLE color: 9406098.

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

Color convert

RGB146134143-
CMYK00.080.020.43
HSL315º5.22%54.9%-
HSV(B)315º8.22%57.25%-
XYZ25.3425.1429.5-
YUV138.61130.48133.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=34.52%
G=31.68%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613414300.080.020.433155.2254.9
Hex92868F0822B13b537
Octal222206217010253473567
Binary1001001010000110100011110100010101011100111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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