#947E92

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

Shades of Taupe Grey #947E92

Tints of Taupe Grey #947E92

Color information

#947E92 (or 0x947E92) is unknown color: approx Taupe Grey. HEX triplet: 94, 7E and 92. RGB value is (148,126,146). Sum of RGB (Red+Green+Blue) = 148+126+146=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #947E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947E92 is #6B816D. Grayscale: #868686. Windows color (decimal): -7045486 or 9600660. OLE color: 9600660.

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

Color convert

RGB148126146-
CMYK00.150.010.42
HSL305.45º9.32%53.73%-
HSV(B)305.45º14.86%58.04%-
XYZ24.8623.2930.38-
YUV134.86134.29137.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=35.24%
G=30%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812614600.150.010.42305.459.3253.73
Hex947E920F12A131936
Octal2241762220171524611166
Binary100101001111110100100100111111010101001100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E92; }

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

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

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

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

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

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

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

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