#9D7C7A

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

Shades of Opium #9D7C7A

Tints of Opium #9D7C7A

Color information

#9D7C7A (or 0x9D7C7A) is unknown color: approx Opium. HEX triplet: 9D, 7C and 7A. RGB value is (157,124,122). Sum of RGB (Red+Green+Blue) = 157+124+122=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C7A is #628385. Grayscale: #858585. Windows color (decimal): -6456198 or 8027293. OLE color: 8027293.

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

Color convert

RGB157124122-
CMYK00.210.220.38
HSL3.43º15.15%54.71%-
HSV(B)3.43º22.29%61.57%-
XYZ24.6322.9921.55-
YUV133.64121.43144.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=38.96%
G=30.77%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712412200.210.220.383.4315.1554.71
Hex9D7C7A01516263f37
Octal235174172025264631767
Binary100111011111100111101001010110110100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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