Html Css Color HEX #796499 Scampi

📋 copy color: '#796499'

red 121 ◦ green 100 ◦ blue 153

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

Shades of Scampi #796499

Tints of Scampi #796499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 32.35%
G = 26.74%
B = 40.91%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#796499 (or 0x796499) is known color: Scampi. HEX triplet: 79, 64 and 99. RGB value is (121,100,153). Sum of RGB (Red+Green+Blue) = 121+100+153=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #796499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796499 is #869B66. Grayscale: #707070. Windows color (decimal): -8821607 or 10052729. OLE color: 10052729.

HSL color Cylindrical-coordinate representation of color #796499: hue angle of 263.77º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #796499 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 100 153 -
CMYK 0.21 0.35 0 0.4
HSL 263.77º 0.21% 0.5% -
HSV(B) 263.77º 0.35% 0.6% -
XYZ 18.19 15.48 32.17 -
YUV 112.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 121 100 153 0.21 0.35 0 0.4 263.77 0.21 0.5
Hex 79 64 99 15 23 0 28 108 15 32
Octal 171 144 231 25 43 0 50 410 25 62
Binary 1111001 1100100 10011001 10101 100011 0 101000 100001000 10101 110010

Color Harmonies of #796499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796499

Black with #796499

Text Example


Text Example

White with #796499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796499; }

 p { color: rgb(121,100,153); }

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

background-color css

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

 a { background-color: rgb(121,100,153); }

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

border-color css

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

 span { border-color: rgb(121,100,153); }

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