#977F7C

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

Shades of Opium #977F7C

Tints of Opium #977F7C

Color information

#977F7C (or 0x977F7C) is unknown color: approx Opium. HEX triplet: 97, 7F and 7C. RGB value is (151,127,124). Sum of RGB (Red+Green+Blue) = 151+127+124=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F7C is #688083. Grayscale: #858585. Windows color (decimal): -6848644 or 8159127. OLE color: 8159127.

HSL color Cylindrical-coordinate representation of color #977F7C: hue angle of 6.67º 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 #977F7C is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151127124-
CMYK00.160.180.41
HSL6.67º11.49%53.92%-
HSV(B)6.67º17.88%59.22%-
XYZ23.9923.2122.28-
YUV133.83122.45140.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=37.56%
G=31.59%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112712400.160.180.416.6711.4953.92
Hex977F7C01012297b36
Octal227177174020225171366
Binary1001011111111111111100010000100101010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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