#9C807F

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

Shades of Opium #9C807F

Tints of Opium #9C807F

Color information

#9C807F (or 0x9C807F) is unknown color: approx Opium. HEX triplet: 9C, 80 and 7F. RGB value is (156,128,127). Sum of RGB (Red+Green+Blue) = 156+128+127=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C807F is #637F80. Grayscale: #888888. Windows color (decimal): -6520705 or 8355996. OLE color: 8355996.

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

Color convert

RGB156128127-
CMYK00.180.190.39
HSL2.07º12.78%55.49%-
HSV(B)2.07º18.59%61.18%-
XYZ25.2624.0423.39-
YUV136.26122.78142.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 127 (50% from 255) = 30.90%
R=37.96%
G=31.14%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612812700.180.190.392.0712.7855.49
Hex9C807F01213272d37
Octal234200177022234721567
Binary1001110010000000111111101001010011100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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