#9C7875

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

Shades of Opium #9C7875

Tints of Opium #9C7875

Color information

#9C7875 (or 0x9C7875) is unknown color: approx Opium. HEX triplet: 9C, 78 and 75. RGB value is (156,120,117). Sum of RGB (Red+Green+Blue) = 156+120+117=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7875 is #63878A. Grayscale: #828282. Windows color (decimal): -6522763 or 7698588. OLE color: 7698588.

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

Color convert

RGB156120117-
CMYK00.230.250.39
HSL4.62º16.46%53.53%-
HSV(B)4.62º25%61.18%-
XYZ23.6421.7919.79-
YUV130.42120.43146.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=39.69%
G=30.53%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612011700.230.250.394.6216.4653.53
Hex9C7875017192751036
Octal234170165027314752066
Binary10011100111100011101010101111100110011110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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