#948792

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

Shades of Taupe Grey #948792

Tints of Taupe Grey #948792

Color information

#948792 (or 0x948792) is unknown color: approx Taupe Grey. HEX triplet: 94, 87 and 92. RGB value is (148,135,146). Sum of RGB (Red+Green+Blue) = 148+135+146=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #948792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948792 is #6B786D. Grayscale: #8C8C8C. Windows color (decimal): -7043182 or 9602964. OLE color: 9602964.

HSL color Cylindrical-coordinate representation of color #948792: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948792 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB148135146-
CMYK00.090.010.42
HSL309.23º5.73%55.49%-
HSV(B)309.23º8.78%58.04%-
XYZ26.0725.730.78-
YUV140.14131.31133.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=34.50%
G=31.47%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813514600.090.010.42309.235.7355.49
Hex9487920912A135637
Octal224207222011152465667
Binary100101001000011110010010010011101010100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948792; }

 p { color: rgb(148,135,146); }

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

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

 a { background-color: rgb(148,135,146); }

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

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

 span { border-color: rgb(148,135,146); }

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