#967D7C

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

Shades of Opium #967D7C

Tints of Opium #967D7C

Color information

#967D7C (or 0x967D7C) is unknown color: approx Opium. HEX triplet: 96, 7D and 7C. RGB value is (150,125,124). Sum of RGB (Red+Green+Blue) = 150+125+124=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D7C is #698283. Grayscale: #848484. Windows color (decimal): -6914692 or 8158614. OLE color: 8158614.

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

Color convert

RGB150125124-
CMYK00.170.170.41
HSL2.31º11.02%53.73%-
HSV(B)2.31º17.33%58.82%-
XYZ23.5522.6122.19-
YUV132.36123.28140.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=37.59%
G=31.33%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012512400.170.170.412.3111.0253.73
Hex967D7C01111292b36
Octal226175174021215121366
Binary100101101111101111110001000110001101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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