#9C7F7F

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

Shades of Opium #9C7F7F

Tints of Opium #9C7F7F

Color information

#9C7F7F (or 0x9C7F7F) is unknown color: approx Opium. HEX triplet: 9C, 7F and 7F. RGB value is (156,127,127). Sum of RGB (Red+Green+Blue) = 156+127+127=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F7F is #638080. Grayscale: #878787. Windows color (decimal): -6520961 or 8355740. OLE color: 8355740.

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

Color convert

RGB156127127-
CMYK00.190.190.39
HSL12.78%55.49%-
HSV(B)18.59%61.18%-
XYZ25.1323.7823.34-
YUV135.67123.11142.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 127 (50% from 255) = 30.98%
R=38.05%
G=30.98%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612712700.190.190.39012.7855.49
Hex9C7F7F01313270d37
Octal234177177023234701567
Binary10011100111111111111110100111001110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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