Html Css Color HEX #797999 Scampi

📋 copy color: '#797999'

red 121 ◦ green 121 ◦ blue 153

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

Shades of Scampi #797999

Tints of Scampi #797999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 30.63%
G = 30.63%
B = 38.73%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#797999 (or 0x797999) is known color: Scampi. HEX triplet: 79, 79 and 99. RGB value is (121,121,153). Sum of RGB (Red+Green+Blue) = 121+121+153=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #797999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797999 is #868666. Grayscale: #7C7C7C. Windows color (decimal): -8816231 or 10058105. OLE color: 10058105.

HSL color Cylindrical-coordinate representation of color #797999: hue angle of 240º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797999 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 121 153 -
CMYK 0.21 0.21 0 0.4
HSL 240º 0.14% 0.54% -
HSV(B) 240º 0.21% 0.6% -
XYZ 20.47 20.04 32.93 -
YUV 124.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 121 121 153 0.21 0.21 0 0.4 240 0.14 0.54
Hex 79 79 99 15 15 0 28 F0 E 36
Octal 171 171 231 25 25 0 50 360 16 66
Binary 1111001 1111001 10011001 10101 10101 0 101000 11110000 1110 110110

Color Harmonies of #797999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797999

Black with #797999

Text Example


Text Example

White with #797999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797999; }

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

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

background-color css

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

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

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

border-color css

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

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

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