#977F7D

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

Shades of Opium #977F7D

Tints of Opium #977F7D

Color information

#977F7D (or 0x977F7D) is unknown color: approx Opium. HEX triplet: 97, 7F and 7D. RGB value is (151,127,125). Sum of RGB (Red+Green+Blue) = 151+127+125=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F7D is #688082. Grayscale: #858585. Windows color (decimal): -6848643 or 8224663. OLE color: 8224663.

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

Color convert

RGB151127125-
CMYK00.160.170.41
HSL4.62º11.11%54.12%-
HSV(B)4.62º17.22%59.22%-
XYZ24.0523.2422.62-
YUV133.95122.95140.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=37.47%
G=31.51%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112712500.160.170.414.6211.1154.12
Hex977F7D01011295b36
Octal227177175020215151366
Binary1001011111111111111101010000100011010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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