#967C7A

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

Shades of Opium #967C7A

Tints of Opium #967C7A

Color information

#967C7A (or 0x967C7A) is unknown color: approx Opium. HEX triplet: 96, 7C and 7A. RGB value is (150,124,122). Sum of RGB (Red+Green+Blue) = 150+124+122=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C7A is #698385. Grayscale: #838383. Windows color (decimal): -6914950 or 8027286. OLE color: 8027286.

HSL color Cylindrical-coordinate representation of color #967C7A: hue angle of 4.29º 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 #967C7A is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150124122-
CMYK00.170.190.41
HSL4.29º11.76%53.33%-
HSV(B)4.29º18.67%58.82%-
XYZ23.322.321.49-
YUV131.55122.61141.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=37.88%
G=31.31%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012412200.170.190.414.2911.7653.33
Hex967C7A01113294c35
Octal226174172021235141465
Binary1001011011111001111010010001100111010011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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