#9C7675

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

Shades of Opium #9C7675

Tints of Opium #9C7675

Color information

#9C7675 (or 0x9C7675) is unknown color: approx Opium. HEX triplet: 9C, 76 and 75. RGB value is (156,118,117). Sum of RGB (Red+Green+Blue) = 156+118+117=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7675 is #63898A. Grayscale: #818181. Windows color (decimal): -6523275 or 7698076. OLE color: 7698076.

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

Color convert

RGB156118117-
CMYK00.240.250.39
HSL1.54º16.46%53.53%-
HSV(B)1.54º25%61.18%-
XYZ23.421.3119.71-
YUV129.25121.09147.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=39.90%
G=30.18%
B=29.92%

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
Decimal15611811700.240.250.391.5416.4653.53
Hex9C7675018192721036
Octal234166165030314722066
Binary1001110011101101110101011000110011001111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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