Html Css Color HEX #977D7C Opium

📋 copy color: '#977D7C'

red 151 ◦ green 125 ◦ blue 124

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

Shades of Opium #977D7C

Tints of Opium #977D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 37.75%
G = 31.25%
B = 31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#977D7C (or 0x977D7C) is known color: Opium. HEX triplet: 97, 7D and 7C. RGB value is (151,125,124). Sum of RGB (Red+Green+Blue) = 151+125+124=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D7C is #688283. Grayscale: #848484. Windows color (decimal): -6849156 or 8158615. OLE color: 8158615.

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

Color convert

RGB 151 125 124 -
CMYK 0 0.17 0.18 0.41
HSL 2.22º 0.11% 0.54% -
HSV(B) 2.22º 0.18% 0.59% -
XYZ 23.73 22.7 22.2 -
YUV 132.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 151 125 124 0 0.17 0.18 0.41 2.22 0.11 0.54
Hex 97 7D 7C 0 11 12 29 2 B 36
Octal 227 175 174 0 21 22 51 2 13 66
Binary 10010111 1111101 1111100 0 10001 10010 101001 10 1011 110110

Color Harmonies of #977D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D7C

Black with #977D7C

Text Example


Text Example

White with #977D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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