#967B7A

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

Shades of Opium #967B7A

Tints of Opium #967B7A

Color information

#967B7A (or 0x967B7A) is unknown color: approx Opium. HEX triplet: 96, 7B and 7A. RGB value is (150,123,122). Sum of RGB (Red+Green+Blue) = 150+123+122=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7A is #698485. Grayscale: #828282. Windows color (decimal): -6915206 or 8027030. OLE color: 8027030.

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

Color convert

RGB150123122-
CMYK00.180.190.41
HSL2.14º11.76%53.33%-
HSV(B)2.14º18.67%58.82%-
XYZ23.1722.0621.45-
YUV130.96122.95141.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=37.97%
G=31.14%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012312200.180.190.412.1411.7653.33
Hex967B7A01213292c35
Octal226173172022235121465
Binary100101101111011111101001001010011101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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