Html Css Color HEX #797997 Scampi

📋 copy color: '#797997'

red 121 ◦ green 121 ◦ blue 151

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

Shades of Scampi #797997

Tints of Scampi #797997

RGB

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

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

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

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

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#797997 (or 0x797997) is known color: Scampi. HEX triplet: 79, 79 and 97. RGB value is (121,121,151). Sum of RGB (Red+Green+Blue) = 121+121+151=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #797997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797997 is #868668. Grayscale: #7C7C7C. Windows color (decimal): -8816233 or 9927033. OLE color: 9927033.

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

Color convert

RGB 121 121 151 -
CMYK 0.20 0.20 0 0.41
HSL 240º 0.13% 0.53% -
HSV(B) 240º 0.2% 0.59% -
XYZ 20.31 19.97 32.06 -
YUV 124.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 121 121 151 0.20 0.20 0 0.41 240 0.13 0.53
Hex 79 79 97 14 14 0 29 F0 D 35
Octal 171 171 227 24 24 0 51 360 15 65
Binary 1111001 1111001 10010111 10100 10100 0 101001 11110000 1101 110101

Color Harmonies of #797997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797997

Black with #797997

Text Example


Text Example

White with #797997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797997; }

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

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

background-color css

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

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

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

border-color css

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

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

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