Html Css Color HEX #786793 Scampi

📋 copy color: '#786793'

red 120 ◦ green 103 ◦ blue 147

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

Shades of Scampi #786793

Tints of Scampi #786793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 32.43%
G = 27.84%
B = 39.73%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786793 (or 0x786793) is known color: Scampi. HEX triplet: 78, 67 and 93. RGB value is (120,103,147). Sum of RGB (Red+Green+Blue) = 120+103+147=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #786793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786793 is #87986C. Grayscale: #707070. Windows color (decimal): -8886381 or 9660280. OLE color: 9660280.

HSL color Cylindrical-coordinate representation of color #786793: hue angle of 263.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #786793 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 103 147 -
CMYK 0.18 0.30 0 0.42
HSL 263.18º 0.18% 0.49% -
HSV(B) 263.18º 0.3% 0.58% -
XYZ 17.86 15.8 29.71 -
YUV 113.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 120 103 147 0.18 0.30 0 0.42 263.18 0.18 0.49
Hex 78 67 93 12 1E 0 2A 107 12 31
Octal 170 147 223 22 36 0 52 407 22 61
Binary 1111000 1100111 10010011 10010 11110 0 101010 100000111 10010 110001

Color Harmonies of #786793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786793

Black with #786793

Text Example


Text Example

White with #786793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786793; }

 p { color: rgb(120,103,147); }

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

background-color css

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

 a { background-color: rgb(120,103,147); }

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

border-color css

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

 span { border-color: rgb(120,103,147); }

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