#917F7F

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

Shades of Opium #917F7F

Tints of Opium #917F7F

Color information

#917F7F (or 0x917F7F) is unknown color: approx Opium. HEX triplet: 91, 7F and 7F. RGB value is (145,127,127). Sum of RGB (Red+Green+Blue) = 145+127+127=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #917F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F7F is #6E8080. Grayscale: #848484. Windows color (decimal): -7241857 or 8355729. OLE color: 8355729.

HSL color Cylindrical-coordinate representation of color #917F7F: 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.12%. Process color model (Four color, CMYK) of #917F7F is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145127127-
CMYK00.120.120.43
HSL7.56%53.33%-
HSV(B)12.41%56.86%-
XYZ23.122.7323.25-
YUV132.38124.96137-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 127 (50% from 255) = 31.83%
R=36.34%
G=31.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712700.120.120.4307.5653.33
Hex917F7F0CC2B0835
Octal221177177014145301065
Binary100100011111111111111101100110010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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