Html Css Color HEX #797695 Scampi

📋 copy color: '#797695'

red 121 ◦ green 118 ◦ blue 149

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

Shades of Scampi #797695

Tints of Scampi #797695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 31.19%
G = 30.41%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797695 (or 0x797695) is known color: Scampi. HEX triplet: 79, 76 and 95. RGB value is (121,118,149). Sum of RGB (Red+Green+Blue) = 121+118+149=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #797695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797695 is #86896A. Grayscale: #7A7A7A. Windows color (decimal): -8817003 or 9795193. OLE color: 9795193.

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

Color convert

RGB 121 118 149 -
CMYK 0.19 0.21 0 0.42
HSL 245.81º 0.13% 0.52% -
HSV(B) 245.81º 0.21% 0.58% -
XYZ 19.79 19.19 31.1 -
YUV 122.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 121 118 149 0.19 0.21 0 0.42 245.81 0.13 0.52
Hex 79 76 95 13 15 0 2A F6 D 34
Octal 171 166 225 23 25 0 52 366 15 64
Binary 1111001 1110110 10010101 10011 10101 0 101010 11110110 1101 110100

Color Harmonies of #797695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797695

Black with #797695

Text Example


Text Example

White with #797695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797695; }

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

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

background-color css

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

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

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

border-color css

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

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

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