#917E7B

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

Shades of Opium #917E7B

Tints of Opium #917E7B

Color information

#917E7B (or 0x917E7B) is unknown color: approx Opium. HEX triplet: 91, 7E and 7B. RGB value is (145,126,123). Sum of RGB (Red+Green+Blue) = 145+126+123=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #917E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E7B is #6E8184. Grayscale: #838383. Windows color (decimal): -7242117 or 8093329. OLE color: 8093329.

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

Color convert

RGB145126123-
CMYK00.130.150.43
HSL8.18º9.09%52.55%-
HSV(B)8.18º15.17%56.86%-
XYZ22.7122.3721.86-
YUV131.34123.29137.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=36.80%
G=31.98%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512612300.130.150.438.189.0952.55
Hex917E7B0DF2B8935
Octal2211761730151753101165
Binary100100011111110111101101101111110101110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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