#977D79

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

Shades of Opium #977D79

Tints of Opium #977D79

Color information

#977D79 (or 0x977D79) is unknown color: approx Opium. HEX triplet: 97, 7D and 79. RGB value is (151,125,121). Sum of RGB (Red+Green+Blue) = 151+125+121=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #977D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D79 is #688286. Grayscale: #848484. Windows color (decimal): -6849159 or 7962007. OLE color: 7962007.

HSL color Cylindrical-coordinate representation of color #977D79: hue angle of 8º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977D79 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB151125121-
CMYK00.170.200.41
HSL12.61%53.33%-
HSV(B)19.87%59.22%-
XYZ23.5522.6321.22-
YUV132.32121.61141.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=38.04%
G=31.49%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112512100.170.200.41812.6153.33
Hex977D7901114298d35
Octal2271751710212451101565
Binary10010111111110111110010100011010010100110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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