#967E7D

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

Shades of Opium #967E7D

Tints of Opium #967E7D

Color information

#967E7D (or 0x967E7D) is unknown color: approx Opium. HEX triplet: 96, 7E and 7D. RGB value is (150,126,125). Sum of RGB (Red+Green+Blue) = 150+126+125=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E7D is #698182. Grayscale: #858585. Windows color (decimal): -6914435 or 8224406. OLE color: 8224406.

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

Color convert

RGB150126125-
CMYK00.160.170.41
HSL2.4º10.64%53.92%-
HSV(B)2.4º16.67%58.82%-
XYZ23.7422.8922.57-
YUV133.06123.45140.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=37.41%
G=31.42%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012612500.160.170.412.410.6453.92
Hex967E7D01011292b36
Octal226176175020215121366
Binary100101101111110111110101000010001101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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