#9C7B77

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

Shades of Opium #9C7B77

Tints of Opium #9C7B77

Color information

#9C7B77 (or 0x9C7B77) is unknown color: approx Opium. HEX triplet: 9C, 7B and 77. RGB value is (156,123,119). Sum of RGB (Red+Green+Blue) = 156+123+119=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B77 is #638488. Grayscale: #848484. Windows color (decimal): -6521993 or 7830428. OLE color: 7830428.

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

Color convert

RGB156123119-
CMYK00.210.240.39
HSL6.49º15.74%53.92%-
HSV(B)6.49º23.72%61.18%-
XYZ24.1222.5720.54-
YUV132.41120.43144.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=39.20%
G=30.90%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612311900.210.240.396.4915.7453.92
Hex9C7B77015182761036
Octal234173167025304762066
Binary10011100111101111101110101011100010011111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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