#967A79

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

Shades of Opium #967A79

Tints of Opium #967A79

Color information

#967A79 (or 0x967A79) is unknown color: approx Opium. HEX triplet: 96, 7A and 79. RGB value is (150,122,121). Sum of RGB (Red+Green+Blue) = 150+122+121=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #967A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A79 is #698586. Grayscale: #828282. Windows color (decimal): -6915463 or 7961238. OLE color: 7961238.

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

Color convert

RGB150122121-
CMYK00.190.190.41
HSL2.07º12.13%53.14%-
HSV(B)2.07º19.33%58.82%-
XYZ22.9921.7821.08-
YUV130.26122.78142.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=38.17%
G=31.04%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012212100.190.190.412.0712.1353.14
Hex967A7901313292c35
Octal226172171023235121465
Binary100101101111010111100101001110011101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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