#967E7B

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

Shades of Opium #967E7B

Tints of Opium #967E7B

Color information

#967E7B (or 0x967E7B) is unknown color: approx Opium. HEX triplet: 96, 7E and 7B. RGB value is (150,126,123). Sum of RGB (Red+Green+Blue) = 150+126+123=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E7B is #698184. Grayscale: #848484. Windows color (decimal): -6914437 or 8093334. OLE color: 8093334.

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

Color convert

RGB150126123-
CMYK00.160.180.41
HSL6.67º11.39%53.53%-
HSV(B)6.67º18%58.82%-
XYZ23.6122.8421.9-
YUV132.83122.45140.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=37.59%
G=31.58%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012612300.160.180.416.6711.3953.53
Hex967E7B01012297b36
Octal226176173020225171366
Binary1001011011111101111011010000100101010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,123); }

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

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

 a { background-color: rgb(150,126,123); }

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

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

 span { border-color: rgb(150,126,123); }

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