#947B92

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

Shades of Taupe Grey #947B92

Tints of Taupe Grey #947B92

Color information

#947B92 (or 0x947B92) is unknown color: approx Taupe Grey. HEX triplet: 94, 7B and 92. RGB value is (148,123,146). Sum of RGB (Red+Green+Blue) = 148+123+146=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #947B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B92 is #6B846D. Grayscale: #858585. Windows color (decimal): -7046254 or 9599892. OLE color: 9599892.

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

Color convert

RGB148123146-
CMYK00.170.010.42
HSL304.8º10.46%53.14%-
HSV(B)304.8º16.89%58.04%-
XYZ24.4822.5430.25-
YUV133.1135.28138.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=35.49%
G=29.50%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812314600.170.010.42304.810.4653.14
Hex947B9201112A131a35
Octal2241732220211524611265
Binary1001010011110111001001001000111010101001100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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