#9D7F7B

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

Shades of Opium #9D7F7B

Tints of Opium #9D7F7B

Color information

#9D7F7B (or 0x9D7F7B) is unknown color: approx Opium. HEX triplet: 9D, 7F and 7B. RGB value is (157,127,123). Sum of RGB (Red+Green+Blue) = 157+127+123=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F7B is #628084. Grayscale: #878787. Windows color (decimal): -6455429 or 8093597. OLE color: 8093597.

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

Color convert

RGB157127123-
CMYK00.190.220.38
HSL7.06º14.78%54.9%-
HSV(B)7.06º21.66%61.57%-
XYZ25.0723.7822.01-
YUV135.51120.94143.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=38.57%
G=31.20%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712712300.190.220.387.0614.7854.9
Hex9D7F7B01316267f37
Octal235177173023264671767
Binary1001110111111111111011010011101101001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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