Html Css Color HEX #79778D Scampi

📋 copy color: '#79778D'

red 121 ◦ green 119 ◦ blue 141

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

Shades of Scampi #79778D

Tints of Scampi #79778D

RGB

 RED value IS 121 (47.66% from 255) = 31.76%

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 31.76%
G = 31.23%
B = 37.01%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79778D (or 0x79778D) is known color: Scampi. HEX triplet: 79, 77 and 8D. RGB value is (121,119,141). Sum of RGB (Red+Green+Blue) = 121+119+141=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #79778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79778D is #868872. Grayscale: #7A7A7A. Windows color (decimal): -8816755 or 9271161. OLE color: 9271161.

HSL color Cylindrical-coordinate representation of color #79778D: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79778D is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 119 141 -
CMYK 0.14 0.16 0 0.45
HSL 245.45º 0.09% 0.51% -
HSV(B) 245.45º 0.16% 0.55% -
XYZ 19.29 19.18 27.89 -
YUV 122.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 121 119 141 0.14 0.16 0 0.45 245.45 0.09 0.51
Hex 79 77 8D E 10 0 2D F5 9 33
Octal 171 167 215 16 20 0 55 365 11 63
Binary 1111001 1110111 10001101 1110 10000 0 101101 11110101 1001 110011

Color Harmonies of #79778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79778D

Black with #79778D

Text Example


Text Example

White with #79778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79778D; }

 p { color: rgb(121,119,141); }

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

background-color css

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

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

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

border-color css

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

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

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