Html Css Color HEX #79789D Scampi

📋 copy color: '#79789D'

red 121 ◦ green 120 ◦ blue 157

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

Shades of Scampi #79789D

Tints of Scampi #79789D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 30.4%
G = 30.15%
B = 39.45%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79789D (or 0x79789D) is known color: Scampi. HEX triplet: 79, 78 and 9D. RGB value is (121,120,157). Sum of RGB (Red+Green+Blue) = 121+120+157=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #79789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79789D is #868762. Grayscale: #7C7C7C. Windows color (decimal): -8816483 or 10319993. OLE color: 10319993.

HSL color Cylindrical-coordinate representation of color #79789D: hue angle of 241.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79789D is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 120 157 -
CMYK 0.23 0.24 0 0.38
HSL 241.62º 0.16% 0.54% -
HSV(B) 241.62º 0.24% 0.62% -
XYZ 20.69 19.93 34.66 -
YUV 124.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 121 120 157 0.23 0.24 0 0.38 241.62 0.16 0.54
Hex 79 78 9D 17 18 0 26 F2 10 36
Octal 171 170 235 27 30 0 46 362 20 66
Binary 1111001 1111000 10011101 10111 11000 0 100110 11110010 10000 110110

Color Harmonies of #79789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79789D

Black with #79789D

Text Example


Text Example

White with #79789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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