Html Css Color HEX #797791 Scampi

📋 copy color: '#797791'

red 121 ◦ green 119 ◦ blue 145

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

Shades of Scampi #797791

Tints of Scampi #797791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 31.43%
G = 30.91%
B = 37.66%

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

#797791 (or 0x797791) is known color: Scampi. HEX triplet: 79, 77 and 91. RGB value is (121,119,145). Sum of RGB (Red+Green+Blue) = 121+119+145=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #797791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797791 is #86886E. Grayscale: #7A7A7A. Windows color (decimal): -8816751 or 9533305. OLE color: 9533305.

HSL color Cylindrical-coordinate representation of color #797791: hue angle of 244.62º 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 #797791 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 119 145 -
CMYK 0.17 0.18 0 0.43
HSL 244.62º 0.11% 0.52% -
HSV(B) 244.62º 0.18% 0.57% -
XYZ 19.59 19.3 29.48 -
YUV 122.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 121 119 145 0.17 0.18 0 0.43 244.62 0.11 0.52
Hex 79 77 91 11 12 0 2B F5 B 34
Octal 171 167 221 21 22 0 53 365 13 64
Binary 1111001 1110111 10010001 10001 10010 0 101011 11110101 1011 110100

Color Harmonies of #797791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797791

Black with #797791

Text Example


Text Example

White with #797791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797791; }

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

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

background-color css

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

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

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

border-color css

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

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

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