Html Css Color HEX #977D79 Opium

📋 copy color: '#977D79'

red 151 ◦ green 125 ◦ blue 121

#977D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #977D79

Tints of Opium #977D79

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 value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#977D79 (or 0x977D79) is known color: 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

RGB 151 125 121 -
CMYK 0 0.17 0.20 0.41
HSL 0.13% 0.53% -
HSV(B) 0.2% 0.59% -
XYZ 23.55 22.63 21.22 -
YUV 132.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 151 125 121 0 0.17 0.20 0.41 8 0.13 0.53
Hex 97 7D 79 0 11 14 29 8 D 35
Octal 227 175 171 0 21 24 51 10 15 65
Binary 10010111 1111101 1111001 0 10001 10100 101001 1000 1101 110101

Color Harmonies of #977D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D79

Black with #977D79

Text Example


Text Example

White with #977D79

Text Example


Text Example

HTML Codes & Css Web 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>