Html Css Color HEX #786699 Scampi

📋 copy color: '#786699'

red 120 ◦ green 102 ◦ blue 153

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

Shades of Scampi #786699

Tints of Scampi #786699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

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

R = 32%
G = 27.2%
B = 40.8%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#786699 (or 0x786699) is known color: Scampi. HEX triplet: 78, 66 and 99. RGB value is (120,102,153). Sum of RGB (Red+Green+Blue) = 120+102+153=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #786699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786699 is #879966. Grayscale: #717171. Windows color (decimal): -8886631 or 10053240. OLE color: 10053240.

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

Color convert

RGB 120 102 153 -
CMYK 0.22 0.33 0 0.4
HSL 261.18º 0.2% 0.5% -
HSV(B) 261.18º 0.33% 0.6% -
XYZ 18.25 15.8 32.22 -
YUV 113.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 120 102 153 0.22 0.33 0 0.4 261.18 0.2 0.5
Hex 78 66 99 16 21 0 28 105 14 32
Octal 170 146 231 26 41 0 50 405 24 62
Binary 1111000 1100110 10011001 10110 100001 0 101000 100000101 10100 110010

Color Harmonies of #786699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786699

Black with #786699

Text Example


Text Example

White with #786699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786699; }

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

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

background-color css

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

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

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

border-color css

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

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

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