Html Css Color HEX #79788D Scampi

📋 copy color: '#79788D'

red 121 ◦ green 120 ◦ blue 141

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

Shades of Scampi #79788D

Tints of Scampi #79788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 31.68%
G = 31.41%
B = 36.91%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79788D (or 0x79788D) is known color: Scampi. HEX triplet: 79, 78 and 8D. RGB value is (121,120,141). Sum of RGB (Red+Green+Blue) = 121+120+141=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #79788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79788D is #868772. Grayscale: #7A7A7A. Windows color (decimal): -8816499 or 9271417. OLE color: 9271417.

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

Color convert

RGB 121 120 141 -
CMYK 0.14 0.15 0 0.45
HSL 242.86º 0.08% 0.51% -
HSV(B) 242.86º 0.15% 0.55% -
XYZ 19.41 19.42 27.92 -
YUV 122.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 121 120 141 0.14 0.15 0 0.45 242.86 0.08 0.51
Hex 79 78 8D E F 0 2D F3 8 33
Octal 171 170 215 16 17 0 55 363 10 63
Binary 1111001 1111000 10001101 1110 1111 0 101101 11110011 1000 110011

Color Harmonies of #79788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79788D

Black with #79788D

Text Example


Text Example

White with #79788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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