#917F7E

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

Shades of Opium #917F7E

Tints of Opium #917F7E

Color information

#917F7E (or 0x917F7E) is unknown color: approx Opium. HEX triplet: 91, 7F and 7E. RGB value is (145,127,126). Sum of RGB (Red+Green+Blue) = 145+127+126=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #917F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F7E is #6E8081. Grayscale: #848484. Windows color (decimal): -7241858 or 8290193. OLE color: 8290193.

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

Color convert

RGB145127126-
CMYK00.120.130.43
HSL3.16º7.95%53.14%-
HSV(B)3.16º13.1%56.86%-
XYZ23.0322.722.91-
YUV132.27124.46137.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=36.43%
G=31.91%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712600.120.130.433.167.9553.14
Hex917F7E0CD2B3835
Octal221177176014155331065
Binary1001000111111111111110011001101101011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,126); }

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

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

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

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

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

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

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