#9D7773

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

Shades of Opium #9D7773

Tints of Opium #9D7773

Color information

#9D7773 (or 0x9D7773) is unknown color: approx Opium. HEX triplet: 9D, 77 and 73. RGB value is (157,119,115). Sum of RGB (Red+Green+Blue) = 157+119+115=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7773 is #62888C. Grayscale: #818181. Windows color (decimal): -6457485 or 7567261. OLE color: 7567261.

HSL color Cylindrical-coordinate representation of color #9D7773: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7773 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157119115-
CMYK00.240.270.38
HSL5.71º17.65%53.33%-
HSV(B)5.71º26.75%61.57%-
XYZ23.621.619.15-
YUV129.91119.59147.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=40.15%
G=30.43%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711911500.240.270.385.7117.6553.33
Hex9D77730181B2661235
Octal235167163030334662265
Binary10011101111011111100110110001101110011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,119,115); }

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

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

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

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

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

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

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