#9B7A78

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

Shades of Opium #9B7A78

Tints of Opium #9B7A78

Color information

#9B7A78 (or 0x9B7A78) is unknown color: approx Opium. HEX triplet: 9B, 7A and 78. RGB value is (155,122,120). Sum of RGB (Red+Green+Blue) = 155+122+120=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A78 is #648587. Grayscale: #838383. Windows color (decimal): -6587784 or 7895707. OLE color: 7895707.

HSL color Cylindrical-coordinate representation of color #9B7A78: hue angle of 3.43º 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 #9B7A78 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155122120-
CMYK00.210.230.39
HSL3.43º14.89%53.92%-
HSV(B)3.43º22.58%60.78%-
XYZ23.8722.2420.8-
YUV131.64121.43144.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=39.04%
G=30.73%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512212000.210.230.393.4314.8953.92
Hex9B7A7801517273f36
Octal233172170025274731766
Binary100110111111010111100001010110111100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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