#967F94

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

Shades of Taupe Grey #967F94

Tints of Taupe Grey #967F94

Color information

#967F94 (or 0x967F94) is unknown color: approx Taupe Grey. HEX triplet: 96, 7F and 94. RGB value is (150,127,148). Sum of RGB (Red+Green+Blue) = 150+127+148=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #967F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F94 is #69806B. Grayscale: #888888. Windows color (decimal): -6914156 or 9731990. OLE color: 9731990.

HSL color Cylindrical-coordinate representation of color #967F94: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F94 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150127148-
CMYK00.150.010.41
HSL305.22º9.87%54.31%-
HSV(B)305.22º15.33%58.82%-
XYZ25.5123.831.27-
YUV136.27134.62137.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=35.29%
G=29.88%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012714800.150.010.41305.229.8754.31
Hex967F940F129131a36
Octal2261772240171514611266
Binary100101101111111100101000111111010011001100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F94; }

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

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

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

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

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

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

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

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