#9D7F7F

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

Shades of Opium #9D7F7F

Tints of Opium #9D7F7F

Color information

#9D7F7F (or 0x9D7F7F) is unknown color: approx Opium. HEX triplet: 9D, 7F and 7F. RGB value is (157,127,127). Sum of RGB (Red+Green+Blue) = 157+127+127=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F7F is #628080. Grayscale: #888888. Windows color (decimal): -6455425 or 8355741. OLE color: 8355741.

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

Color convert

RGB157127127-
CMYK00.190.190.38
HSL13.27%55.69%-
HSV(B)19.11%61.57%-
XYZ25.3223.8823.35-
YUV135.97122.94143-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 127 (50% from 255) = 30.90%
R=38.20%
G=30.90%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712712700.190.190.38013.2755.69
Hex9D7F7F01313260d38
Octal235177177023234601570
Binary10011101111111111111110100111001110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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