Html Css Color HEX #977F7C Opium

📋 copy color: '#977F7C'

red 151 ◦ green 127 ◦ blue 124

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

Shades of Opium #977F7C

Tints of Opium #977F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 37.56%
G = 31.59%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#977F7C (or 0x977F7C) is known color: Opium. HEX triplet: 97, 7F and 7C. RGB value is (151,127,124). Sum of RGB (Red+Green+Blue) = 151+127+124=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F7C is #688083. Grayscale: #858585. Windows color (decimal): -6848644 or 8159127. OLE color: 8159127.

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

Color convert

RGB 151 127 124 -
CMYK 0 0.16 0.18 0.41
HSL 6.67º 0.11% 0.54% -
HSV(B) 6.67º 0.18% 0.59% -
XYZ 23.99 23.21 22.28 -
YUV 133.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 151 127 124 0 0.16 0.18 0.41 6.67 0.11 0.54
Hex 97 7F 7C 0 10 12 29 7 B 36
Octal 227 177 174 0 20 22 51 7 13 66
Binary 10010111 1111111 1111100 0 10000 10010 101001 111 1011 110110

Color Harmonies of #977F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F7C

Black with #977F7C

Text Example


Text Example

White with #977F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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