Html Css Color HEX #797792 Scampi

📋 copy color: '#797792'

red 121 ◦ green 119 ◦ blue 146

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

Shades of Scampi #797792

Tints of Scampi #797792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 31.35%
G = 30.83%
B = 37.82%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797792 (or 0x797792) is known color: Scampi. HEX triplet: 79, 77 and 92. RGB value is (121,119,146). Sum of RGB (Red+Green+Blue) = 121+119+146=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #797792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797792 is #86886D. Grayscale: #7A7A7A. Windows color (decimal): -8816750 or 9598841. OLE color: 9598841.

HSL color Cylindrical-coordinate representation of color #797792: hue angle of 244.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #797792 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 119 146 -
CMYK 0.17 0.18 0 0.43
HSL 244.44º 0.11% 0.52% -
HSV(B) 244.44º 0.18% 0.57% -
XYZ 19.67 19.33 29.89 -
YUV 122.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 121 119 146 0.17 0.18 0 0.43 244.44 0.11 0.52
Hex 79 77 92 11 12 0 2B F4 B 34
Octal 171 167 222 21 22 0 53 364 13 64
Binary 1111001 1110111 10010010 10001 10010 0 101011 11110100 1011 110100

Color Harmonies of #797792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797792

Black with #797792

Text Example


Text Example

White with #797792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797792; }

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

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

background-color css

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

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

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

border-color css

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

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

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