#9C7F7D

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

Shades of Opium #9C7F7D

Tints of Opium #9C7F7D

Color information

#9C7F7D (or 0x9C7F7D) is unknown color: approx Opium. HEX triplet: 9C, 7F and 7D. RGB value is (156,127,125). Sum of RGB (Red+Green+Blue) = 156+127+125=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F7D is #638082. Grayscale: #878787. Windows color (decimal): -6520963 or 8224668. OLE color: 8224668.

HSL color Cylindrical-coordinate representation of color #9C7F7D: hue angle of 3.87º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C7F7D is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB156127125-
CMYK00.190.200.39
HSL3.87º13.54%55.1%-
HSV(B)3.87º19.87%61.18%-
XYZ2523.7322.66-
YUV135.44122.11142.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=38.24%
G=31.13%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612712500.190.200.393.8713.5455.1
Hex9C7F7D01314274e37
Octal234177175023244741667
Binary1001110011111111111101010011101001001111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,127,125); }

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

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

 a { background-color: rgb(156,127,125); }

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

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

 span { border-color: rgb(156,127,125); }

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