Html Css Color HEX #786499 Scampi

📋 copy color: '#786499'

red 120 ◦ green 100 ◦ blue 153

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

Shades of Scampi #786499

Tints of Scampi #786499

RGB

 RED value IS 120 (47.27% from 255) = 32.17%

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

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

R = 32.17%
G = 26.81%
B = 41.02%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#786499 (or 0x786499) is known color: Scampi. HEX triplet: 78, 64 and 99. RGB value is (120,100,153). Sum of RGB (Red+Green+Blue) = 120+100+153=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #786499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786499 is #879B66. Grayscale: #6F6F6F. Windows color (decimal): -8887143 or 10052728. OLE color: 10052728.

HSL color Cylindrical-coordinate representation of color #786499: hue angle of 262.64º 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 #786499 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 100 153 -
CMYK 0.22 0.35 0 0.4
HSL 262.64º 0.21% 0.5% -
HSV(B) 262.64º 0.35% 0.6% -
XYZ 18.05 15.41 32.16 -
YUV 112.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 120 100 153 0.22 0.35 0 0.4 262.64 0.21 0.5
Hex 78 64 99 16 23 0 28 107 15 32
Octal 170 144 231 26 43 0 50 407 25 62
Binary 1111000 1100100 10011001 10110 100011 0 101000 100000111 10101 110010

Color Harmonies of #786499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786499

Black with #786499

Text Example


Text Example

White with #786499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786499; }

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

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

background-color css

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

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

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

border-color css

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

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

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