#967F7D

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

Shades of Opium #967F7D

Tints of Opium #967F7D

Color information

#967F7D (or 0x967F7D) is unknown color: approx Opium. HEX triplet: 96, 7F and 7D. RGB value is (150,127,125). Sum of RGB (Red+Green+Blue) = 150+127+125=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7D is #698082. Grayscale: #858585. Windows color (decimal): -6914179 or 8224662. OLE color: 8224662.

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

Color convert

RGB150127125-
CMYK00.150.170.41
HSL4.8º10.64%53.92%-
HSV(B)4.8º16.67%58.82%-
XYZ23.8723.1422.61-
YUV133.65123.12139.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=37.31%
G=31.59%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012712500.150.170.414.810.6453.92
Hex967F7D0F11295b36
Octal226177175017215151366
Binary100101101111111111110101111100011010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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