#978282

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

Shades of Opium #978282

Tints of Opium #978282

Color information

#978282 (or 0x978282) is unknown color: approx Opium. HEX triplet: 97, 82 and 82. RGB value is (151,130,130). Sum of RGB (Red+Green+Blue) = 151+130+130=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978282 is #687D7D. Grayscale: #888888. Windows color (decimal): -6847870 or 8553111. OLE color: 8553111.

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

Color convert

RGB151130130-
CMYK00.140.140.41
HSL9.17%55.1%-
HSV(B)13.91%59.22%-
XYZ24.7724.1624.48-
YUV136.28124.46138.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=36.74%
G=31.63%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113013000.140.140.4109.1755.1
Hex9782820EE290937
Octal227202202016165101167
Binary10010111100000101000001001110111010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978282; }

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

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

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

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

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

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

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

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