#92838F

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

Shades of Taupe Grey #92838F

Tints of Taupe Grey #92838F

Color information

#92838F (or 0x92838F) is unknown color: approx Taupe Grey. HEX triplet: 92, 83 and 8F. RGB value is (146,131,143). Sum of RGB (Red+Green+Blue) = 146+131+143=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #92838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92838F is #6D7C70. Grayscale: #888888. Windows color (decimal): -7175281 or 9405330. OLE color: 9405330.

HSL color Cylindrical-coordinate representation of color #92838F: hue angle of 312º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92838F is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB146131143-
CMYK00.100.020.43
HSL312º6.44%54.31%-
HSV(B)312º10.27%57.25%-
XYZ24.9324.3329.37-
YUV136.85131.47134.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=34.76%
G=31.19%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613114300.100.020.433126.4454.31
Hex92838F0A22B138636
Octal222203217012253470666
Binary1001001010000011100011110101010101011100111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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