Html Css Color HEX #977C79 Opium

📋 copy color: '#977C79'

red 151 ◦ green 124 ◦ blue 121

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

Shades of Opium #977C79

Tints of Opium #977C79

RGB

 RED value IS 151 (59.38% from 255) = 38.13%

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 38.13%
G = 31.31%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#977C79 (or 0x977C79) is known color: Opium. HEX triplet: 97, 7C and 79. RGB value is (151,124,121). Sum of RGB (Red+Green+Blue) = 151+124+121=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #977C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C79 is #688386. Grayscale: #838383. Windows color (decimal): -6849415 or 7961751. OLE color: 7961751.

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

Color convert

RGB 151 124 121 -
CMYK 0 0.18 0.20 0.41
HSL 0.13% 0.53% -
HSV(B) 0.2% 0.59% -
XYZ 23.42 22.38 21.17 -
YUV 131.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 151 124 121 0 0.18 0.20 0.41 6 0.13 0.53
Hex 97 7C 79 0 12 14 29 6 D 35
Octal 227 174 171 0 22 24 51 6 15 65
Binary 10010111 1111100 1111001 0 10010 10100 101001 110 1101 110101

Color Harmonies of #977C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C79

Black with #977C79

Text Example


Text Example

White with #977C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #977C79;
 }
 .AnyTagClassName
 {
   color: #977C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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