#978280

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

Shades of Opium #978280

Tints of Opium #978280

Color information

#978280 (or 0x978280) is unknown color: approx Opium. HEX triplet: 97, 82 and 80. RGB value is (151,130,128). Sum of RGB (Red+Green+Blue) = 151+130+128=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #978280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978280 is #687D7F. Grayscale: #888888. Windows color (decimal): -6847872 or 8422039. OLE color: 8422039.

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

Color convert

RGB151130128-
CMYK00.140.150.41
HSL5.22º9.96%54.71%-
HSV(B)5.22º15.23%59.22%-
XYZ24.6424.123.78-
YUV136.05123.46138.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=36.92%
G=31.78%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113012800.140.150.415.229.9654.71
Hex9782800EF295a37
Octal227202200016175151267
Binary1001011110000010100000000111011111010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978280; }

 p { color: rgb(151,130,128); }

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

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

 a { background-color: rgb(151,130,128); }

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

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

 span { border-color: rgb(151,130,128); }

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