#9B7877

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

Shades of Opium #9B7877

Tints of Opium #9B7877

Color information

#9B7877 (or 0x9B7877) is unknown color: approx Opium. HEX triplet: 9B, 78 and 77. RGB value is (155,120,119). Sum of RGB (Red+Green+Blue) = 155+120+119=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7877 is #648788. Grayscale: #828282. Windows color (decimal): -6588297 or 7829659. OLE color: 7829659.

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

Color convert

RGB155120119-
CMYK00.230.230.39
HSL1.67º15.25%53.73%-
HSV(B)1.67º23.23%60.78%-
XYZ23.5621.7320.41-
YUV130.35121.6145.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=39.34%
G=30.46%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512011900.230.230.391.6715.2553.73
Hex9B787701717272f36
Octal233170167027274721766
Binary100110111111000111011101011110111100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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