Html Css Color HEX #977979 Opium

📋 copy color: '#977979'

red 151 ◦ green 121 ◦ blue 121

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

Shades of Opium #977979

Tints of Opium #977979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 38.42%
G = 30.79%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#977979 (or 0x977979) is known color: Opium. HEX triplet: 97, 79 and 79. RGB value is (151,121,121). Sum of RGB (Red+Green+Blue) = 151+121+121=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #977979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977979 is #688686. Grayscale: #828282. Windows color (decimal): -6850183 or 7960983. OLE color: 7960983.

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

Color convert

RGB 151 121 121 -
CMYK 0 0.20 0.20 0.41
HSL 0.13% 0.53% -
HSV(B) 0.2% 0.59% -
XYZ 23.05 21.63 21.05 -
YUV 129.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 151 121 121 0 0.20 0.20 0.41 0 0.13 0.53
Hex 97 79 79 0 14 14 29 0 D 35
Octal 227 171 171 0 24 24 51 0 15 65
Binary 10010111 1111001 1111001 0 10100 10100 101001 0 1101 110101

Color Harmonies of #977979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977979

Black with #977979

Text Example


Text Example

White with #977979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977979; }

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

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

background-color css

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

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

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

border-color css

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

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

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