#917D7D

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

Shades of Opium #917D7D

Tints of Opium #917D7D

Color information

#917D7D (or 0x917D7D) is unknown color: approx Opium. HEX triplet: 91, 7D and 7D. RGB value is (145,125,125). Sum of RGB (Red+Green+Blue) = 145+125+125=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #917D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D7D is #6E8282. Grayscale: #838383. Windows color (decimal): -7242371 or 8224145. OLE color: 8224145.

HSL color Cylindrical-coordinate representation of color #917D7D: hue angle of 0º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917D7D is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145125125-
CMYK00.140.140.43
HSL8.33%52.94%-
HSV(B)13.79%56.86%-
XYZ22.7122.1722.48-
YUV130.98124.63138-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=36.71%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512512500.140.140.4308.3352.94
Hex917D7D0EE2B0835
Octal221175175016165301065
Binary100100011111101111110101110111010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D7D; }

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

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

<style>
 a { background-color: #917D7D; }

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

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

<style>
 span { border-color: #917D7D; }

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

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