Html Css Color HEX #797595 Scampi

📋 copy color: '#797595'

red 121 ◦ green 117 ◦ blue 149

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

Shades of Scampi #797595

Tints of Scampi #797595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 31.27%
G = 30.23%
B = 38.5%

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

#797595 (or 0x797595) is known color: Scampi. HEX triplet: 79, 75 and 95. RGB value is (121,117,149). Sum of RGB (Red+Green+Blue) = 121+117+149=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #797595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797595 is #868A6A. Grayscale: #797979. Windows color (decimal): -8817259 or 9794937. OLE color: 9794937.

HSL color Cylindrical-coordinate representation of color #797595: hue angle of 247.5º 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 #797595 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 117 149 -
CMYK 0.19 0.21 0 0.42
HSL 247.5º 0.13% 0.52% -
HSV(B) 247.5º 0.21% 0.58% -
XYZ 19.67 18.96 31.06 -
YUV 121.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 121 117 149 0.19 0.21 0 0.42 247.5 0.13 0.52
Hex 79 75 95 13 15 0 2A F8 D 34
Octal 171 165 225 23 25 0 52 370 15 64
Binary 1111001 1110101 10010101 10011 10101 0 101010 11111000 1101 110100

Color Harmonies of #797595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797595

Black with #797595

Text Example


Text Example

White with #797595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797595; }

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

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

background-color css

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

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

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

border-color css

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

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

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