#977E7C

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

Shades of Opium #977E7C

Tints of Opium #977E7C

Color information

#977E7C (or 0x977E7C) is unknown color: approx Opium. HEX triplet: 97, 7E and 7C. RGB value is (151,126,124). Sum of RGB (Red+Green+Blue) = 151+126+124=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #977E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E7C is #688183. Grayscale: #858585. Windows color (decimal): -6848900 or 8158871. OLE color: 8158871.

HSL color Cylindrical-coordinate representation of color #977E7C: hue angle of 4.44º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #977E7C is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151126124-
CMYK00.170.180.41
HSL4.44º11.49%53.92%-
HSV(B)4.44º17.88%59.22%-
XYZ23.8622.9622.24-
YUV133.25122.78140.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=37.66%
G=31.42%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112612400.170.180.414.4411.4953.92
Hex977E7C01112294b36
Octal227176174021225141366
Binary1001011111111101111100010001100101010011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977E7C; }

 p { color: rgb(151,126,124); }

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

<style>
 a { background-color: #977E7C; }

 a { background-color: rgb(151,126,124); }

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

<style>
 span { border-color: #977E7C; }

 span { border-color: rgb(151,126,124); }

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