#967F7C

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

Shades of Opium #967F7C

Tints of Opium #967F7C

Color information

#967F7C (or 0x967F7C) is unknown color: approx Opium. HEX triplet: 96, 7F and 7C. RGB value is (150,127,124). Sum of RGB (Red+Green+Blue) = 150+127+124=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7C is #698083. Grayscale: #858585. Windows color (decimal): -6914180 or 8159126. OLE color: 8159126.

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

Color convert

RGB150127124-
CMYK00.150.170.41
HSL6.92º11.02%53.73%-
HSV(B)6.92º17.33%58.82%-
XYZ23.8123.1222.28-
YUV133.54122.62139.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=37.41%
G=31.67%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012712400.150.170.416.9211.0253.73
Hex967F7C0F11297b36
Octal226177174017215171366
Binary100101101111111111110001111100011010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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