#967E7A

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

Shades of Opium #967E7A

Tints of Opium #967E7A

Color information

#967E7A (or 0x967E7A) is unknown color: approx Opium. HEX triplet: 96, 7E and 7A. RGB value is (150,126,122). Sum of RGB (Red+Green+Blue) = 150+126+122=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E7A is #698185. Grayscale: #848484. Windows color (decimal): -6914438 or 8027798. OLE color: 8027798.

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

Color convert

RGB150126122-
CMYK00.160.190.41
HSL8.57º11.76%53.33%-
HSV(B)8.57º18.67%58.82%-
XYZ23.5522.8121.57-
YUV132.72121.95140.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=37.69%
G=31.66%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012612200.160.190.418.5711.7653.33
Hex967E7A01013299c35
Octal2261761720202351111465
Binary10010110111111011110100100001001110100110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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