#9B7777

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

Shades of Opium #9B7777

Tints of Opium #9B7777

Color information

#9B7777 (or 0x9B7777) is unknown color: approx Opium. HEX triplet: 9B, 77 and 77. RGB value is (155,119,119). Sum of RGB (Red+Green+Blue) = 155+119+119=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7777 is #648888. Grayscale: #818181. Windows color (decimal): -6588553 or 7829403. OLE color: 7829403.

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

Color convert

RGB155119119-
CMYK00.230.230.39
HSL15.25%53.73%-
HSV(B)23.23%60.78%-
XYZ23.4421.4920.37-
YUV129.76121.93146-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=39.44%
G=30.28%
B=30.28%

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
Decimal15511911900.230.230.39015.2553.73
Hex9B777701717270f36
Octal233167167027274701766
Binary10011011111011111101110101111011110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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