Html Css Color HEX #797692 Scampi

📋 copy color: '#797692'

red 121 ◦ green 118 ◦ blue 146

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

Shades of Scampi #797692

Tints of Scampi #797692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 31.43%
G = 30.65%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797692 (or 0x797692) is known color: Scampi. HEX triplet: 79, 76 and 92. RGB value is (121,118,146). Sum of RGB (Red+Green+Blue) = 121+118+146=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #797692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797692 is #86896D. Grayscale: #797979. Windows color (decimal): -8817006 or 9598585. OLE color: 9598585.

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

Color convert

RGB 121 118 146 -
CMYK 0.17 0.19 0 0.43
HSL 246.43º 0.11% 0.52% -
HSV(B) 246.43º 0.19% 0.57% -
XYZ 19.55 19.1 29.85 -
YUV 122.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 121 118 146 0.17 0.19 0 0.43 246.43 0.11 0.52
Hex 79 76 92 11 13 0 2B F6 B 34
Octal 171 166 222 21 23 0 53 366 13 64
Binary 1111001 1110110 10010010 10001 10011 0 101011 11110110 1011 110100

Color Harmonies of #797692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797692

Black with #797692

Text Example


Text Example

White with #797692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797692; }

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

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

background-color css

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

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

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

border-color css

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

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

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