#967F7F

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

Shades of Opium #967F7F

Tints of Opium #967F7F

Color information

#967F7F (or 0x967F7F) is unknown color: approx Opium. HEX triplet: 96, 7F and 7F. RGB value is (150,127,127). Sum of RGB (Red+Green+Blue) = 150+127+127=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7F is #698080. Grayscale: #858585. Windows color (decimal): -6914177 or 8355734. OLE color: 8355734.

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

Color convert

RGB150127127-
CMYK00.150.150.41
HSL9.87%54.31%-
HSV(B)15.33%58.82%-
XYZ2423.223.29-
YUV133.88124.12139.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 127 (50% from 255) = 31.44%
R=37.13%
G=31.44%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012712700.150.150.4109.8754.31
Hex967F7F0FF290a36
Octal226177177017175101266
Binary100101101111111111111101111111110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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