Html Css Color HEX #786695 Scampi

📋 copy color: '#786695'

red 120 ◦ green 102 ◦ blue 149

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

Shades of Scampi #786695

Tints of Scampi #786695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 32.35%
G = 27.49%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786695 (or 0x786695) is known color: Scampi. HEX triplet: 78, 66 and 95. RGB value is (120,102,149). Sum of RGB (Red+Green+Blue) = 120+102+149=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #786695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786695 is #87996A. Grayscale: #707070. Windows color (decimal): -8886635 or 9791096. OLE color: 9791096.

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

Color convert

RGB 120 102 149 -
CMYK 0.19 0.32 0 0.42
HSL 262.98º 0.19% 0.49% -
HSV(B) 262.98º 0.32% 0.58% -
XYZ 17.92 15.67 30.51 -
YUV 112.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 120 102 149 0.19 0.32 0 0.42 262.98 0.19 0.49
Hex 78 66 95 13 20 0 2A 107 13 31
Octal 170 146 225 23 40 0 52 407 23 61
Binary 1111000 1100110 10010101 10011 100000 0 101010 100000111 10011 110001

Color Harmonies of #786695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786695

Black with #786695

Text Example


Text Example

White with #786695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786695; }

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

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

background-color css

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

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

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

border-color css

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

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

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