#9D7E7A

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

Shades of Opium #9D7E7A

Tints of Opium #9D7E7A

Color information

#9D7E7A (or 0x9D7E7A) is unknown color: approx Opium. HEX triplet: 9D, 7E and 7A. RGB value is (157,126,122). Sum of RGB (Red+Green+Blue) = 157+126+122=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E7A is #628185. Grayscale: #868686. Windows color (decimal): -6455686 or 8027805. OLE color: 8027805.

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

Color convert

RGB157126122-
CMYK00.200.220.38
HSL6.86º15.15%54.71%-
HSV(B)6.86º22.29%61.57%-
XYZ24.8823.4921.64-
YUV134.81120.77143.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=38.77%
G=31.11%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712612200.200.220.386.8615.1554.71
Hex9D7E7A01416267f37
Octal235176172024264671767
Binary1001110111111101111010010100101101001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,122); }

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

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

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

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

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

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

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