#9B7978

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

Shades of Opium #9B7978

Tints of Opium #9B7978

Color information

#9B7978 (or 0x9B7978) is unknown color: approx Opium. HEX triplet: 9B, 79 and 78. RGB value is (155,121,120). Sum of RGB (Red+Green+Blue) = 155+121+120=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7978 is #648687. Grayscale: #838383. Windows color (decimal): -6588040 or 7895451. OLE color: 7895451.

HSL color Cylindrical-coordinate representation of color #9B7978: hue angle of 1.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7978 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155121120-
CMYK00.220.230.39
HSL1.71º14.89%53.92%-
HSV(B)1.71º22.58%60.78%-
XYZ23.752220.76-
YUV131.05121.76145.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=39.14%
G=30.56%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512112000.220.230.391.7114.8953.92
Hex9B797801617272f36
Octal233171170026274721766
Binary100110111111001111100001011010111100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7978; }

 p { color: rgb(155,121,120); }

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

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

 a { background-color: rgb(155,121,120); }

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

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

 span { border-color: rgb(155,121,120); }

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