Html Css Color HEX #797796 Scampi

📋 copy color: '#797796'

red 121 ◦ green 119 ◦ blue 150

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

Shades of Scampi #797796

Tints of Scampi #797796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 31.03%
G = 30.51%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#797796 (or 0x797796) is known color: Scampi. HEX triplet: 79, 77 and 96. RGB value is (121,119,150). Sum of RGB (Red+Green+Blue) = 121+119+150=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #797796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797796 is #868869. Grayscale: #7B7B7B. Windows color (decimal): -8816746 or 9860985. OLE color: 9860985.

HSL color Cylindrical-coordinate representation of color #797796: hue angle of 243.87º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797796 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 119 150 -
CMYK 0.19 0.21 0 0.41
HSL 243.87º 0.13% 0.53% -
HSV(B) 243.87º 0.21% 0.59% -
XYZ 19.99 19.46 31.56 -
YUV 123.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 121 119 150 0.19 0.21 0 0.41 243.87 0.13 0.53
Hex 79 77 96 13 15 0 29 F4 D 35
Octal 171 167 226 23 25 0 51 364 15 65
Binary 1111001 1110111 10010110 10011 10101 0 101001 11110100 1101 110101

Color Harmonies of #797796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797796

Black with #797796

Text Example


Text Example

White with #797796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797796; }

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

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

background-color css

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

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

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

border-color css

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

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

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