#947F92

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

Shades of Taupe Grey #947F92

Tints of Taupe Grey #947F92

Color information

#947F92 (or 0x947F92) is unknown color: approx Taupe Grey. HEX triplet: 94, 7F and 92. RGB value is (148,127,146). Sum of RGB (Red+Green+Blue) = 148+127+146=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #947F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F92 is #6B806D. Grayscale: #878787. Windows color (decimal): -7045230 or 9600916. OLE color: 9600916.

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

Color convert

RGB148127146-
CMYK00.140.010.42
HSL305.71º8.94%53.92%-
HSV(B)305.71º14.19%58.04%-
XYZ24.9923.5530.42-
YUV135.44133.96136.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=35.15%
G=30.17%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812714600.140.010.42305.718.9453.92
Hex947F920E12A132936
Octal2241772220161524621166
Binary100101001111111100100100111011010101001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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