#9B7D7C

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

Shades of Opium #9B7D7C

Tints of Opium #9B7D7C

Color information

#9B7D7C (or 0x9B7D7C) is unknown color: approx Opium. HEX triplet: 9B, 7D and 7C. RGB value is (155,125,124). Sum of RGB (Red+Green+Blue) = 155+125+124=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D7C is #648283. Grayscale: #858585. Windows color (decimal): -6587012 or 8158619. OLE color: 8158619.

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

Color convert

RGB155125124-
CMYK00.190.20.39
HSL1.94º13.42%54.71%-
HSV(B)1.94º20%60.78%-
XYZ24.4923.0922.24-
YUV133.86122.44143.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=38.37%
G=30.94%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512512400.190.20.391.9413.4254.71
Hex9B7D7C01314272d37
Octal233175174023244721567
Binary100110111111101111110001001110100100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,124); }

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

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

 a { background-color: rgb(155,125,124); }

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

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

 span { border-color: rgb(155,125,124); }

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