#9C7775

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

Shades of Opium #9C7775

Tints of Opium #9C7775

Color information

#9C7775 (or 0x9C7775) is unknown color: approx Opium. HEX triplet: 9C, 77 and 75. RGB value is (156,119,117). Sum of RGB (Red+Green+Blue) = 156+119+117=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7775 is #63888A. Grayscale: #818181. Windows color (decimal): -6523019 or 7698332. OLE color: 7698332.

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

Color convert

RGB156119117-
CMYK00.240.250.39
HSL3.08º16.46%53.53%-
HSV(B)3.08º25%61.18%-
XYZ23.5221.5519.75-
YUV129.83120.76146.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=39.80%
G=30.36%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611911700.240.250.393.0816.4653.53
Hex9C7775018192731036
Octal234167165030314732066
Binary1001110011101111110101011000110011001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,117); }

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

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

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

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

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

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

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