#9F7D7D

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

Shades of Opium #9F7D7D

Tints of Opium #9F7D7D

Color information

#9F7D7D (or 0x9F7D7D) is unknown color: approx Opium. HEX triplet: 9F, 7D and 7D. RGB value is (159,125,125). Sum of RGB (Red+Green+Blue) = 159+125+125=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D7D is #608282. Grayscale: #878787. Windows color (decimal): -6324867 or 8224159. OLE color: 8224159.

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

Color convert

RGB159125125-
CMYK00.210.210.38
HSL15.04%55.69%-
HSV(B)21.38%62.35%-
XYZ25.3323.5222.61-
YUV135.17122.26145-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=38.88%
G=30.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912512500.210.210.38015.0455.69
Hex9F7D7D01515260f38
Octal237175175025254601770
Binary10011111111110111111010101011010110011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,125,125); }

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

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

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

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

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

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

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