Html Css Color HEX #977E7D Opium

📋 copy color: '#977E7D'

red 151 ◦ green 126 ◦ blue 125

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

Shades of Opium #977E7D

Tints of Opium #977E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 37.56%
G = 31.34%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#977E7D (or 0x977E7D) is known color: Opium. HEX triplet: 97, 7E and 7D. RGB value is (151,126,125). Sum of RGB (Red+Green+Blue) = 151+126+125=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E7D is #688182. Grayscale: #858585. Windows color (decimal): -6848899 or 8224407. OLE color: 8224407.

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

Color convert

RGB 151 126 125 -
CMYK 0 0.17 0.17 0.41
HSL 2.31º 0.11% 0.54% -
HSV(B) 2.31º 0.17% 0.59% -
XYZ 23.93 22.98 22.58 -
YUV 133.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 151 126 125 0 0.17 0.17 0.41 2.31 0.11 0.54
Hex 97 7E 7D 0 11 11 29 2 B 36
Octal 227 176 175 0 21 21 51 2 13 66
Binary 10010111 1111110 1111101 0 10001 10001 101001 10 1011 110110

Color Harmonies of #977E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E7D

Black with #977E7D

Text Example


Text Example

White with #977E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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