Html Css Color HEX #977F7E Opium

📋 copy color: '#977F7E'

red 151 ◦ green 127 ◦ blue 126

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

Shades of Opium #977F7E

Tints of Opium #977F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 37.38%
G = 31.44%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#977F7E (or 0x977F7E) is known color: Opium. HEX triplet: 97, 7F and 7E. RGB value is (151,127,126). Sum of RGB (Red+Green+Blue) = 151+127+126=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #977F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F7E is #688081. Grayscale: #868686. Windows color (decimal): -6848642 or 8290199. OLE color: 8290199.

HSL color Cylindrical-coordinate representation of color #977F7E: hue angle of 2.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #977F7E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 126 -
CMYK 0 0.16 0.17 0.41
HSL 2.4º 0.11% 0.54% -
HSV(B) 2.4º 0.17% 0.59% -
XYZ 24.12 23.26 22.96 -
YUV 134.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 151 127 126 0 0.16 0.17 0.41 2.4 0.11 0.54
Hex 97 7F 7E 0 10 11 29 2 B 36
Octal 227 177 176 0 20 21 51 2 13 66
Binary 10010111 1111111 1111110 0 10000 10001 101001 10 1011 110110

Color Harmonies of #977F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F7E

Black with #977F7E

Text Example


Text Example

White with #977F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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