Html Css Color HEX #786396 Scampi

📋 copy color: '#786396'

red 120 ◦ green 99 ◦ blue 150

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

Shades of Scampi #786396

Tints of Scampi #786396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 150 (58.98% from 255) = 40.65%

R = 32.52%
G = 26.83%
B = 40.65%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#786396 (or 0x786396) is known color: Scampi. HEX triplet: 78, 63 and 96. RGB value is (120,99,150). Sum of RGB (Red+Green+Blue) = 120+99+150=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #786396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786396 is #879C69. Grayscale: #6E6E6E. Windows color (decimal): -8887402 or 9855864. OLE color: 9855864.

HSL color Cylindrical-coordinate representation of color #786396: hue angle of 264.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786396 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 99 150 -
CMYK 0.20 0.34 0 0.41
HSL 264.71º 0.2% 0.49% -
HSV(B) 264.71º 0.34% 0.59% -
XYZ 17.71 15.12 30.84 -
YUV 111.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 120 99 150 0.20 0.34 0 0.41 264.71 0.2 0.49
Hex 78 63 96 14 22 0 29 109 14 31
Octal 170 143 226 24 42 0 51 411 24 61
Binary 1111000 1100011 10010110 10100 100010 0 101001 100001001 10100 110001

Color Harmonies of #786396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786396

Black with #786396

Text Example


Text Example

White with #786396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786396; }

 p { color: rgb(120,99,150); }

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

background-color css

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

 a { background-color: rgb(120,99,150); }

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

border-color css

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

 span { border-color: rgb(120,99,150); }

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