Html Css Color HEX #786EAC Scampi

📋 copy color: '#786EAC'

red 120 ◦ green 110 ◦ blue 172

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

Shades of Scampi #786EAC

Tints of Scampi #786EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 29.85%
G = 27.36%
B = 42.79%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#786EAC (or 0x786EAC) is known color: Scampi. HEX triplet: 78, 6E and AC. RGB value is (120,110,172). Sum of RGB (Red+Green+Blue) = 120+110+172=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #786EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAC is #879153. Grayscale: #777777. Windows color (decimal): -8884564 or 11300472. OLE color: 11300472.

HSL color Cylindrical-coordinate representation of color #786EAC: hue angle of 249.68º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786EAC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 110 172 -
CMYK 0.30 0.36 0 0.33
HSL 249.68º 0.27% 0.55% -
HSV(B) 249.68º 0.36% 0.67% -
XYZ 20.77 18.12 41.43 -
YUV 120.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 120 110 172 0.30 0.36 0 0.33 249.68 0.27 0.55
Hex 78 6E AC 1E 24 0 21 FA 1B 37
Octal 170 156 254 36 44 0 41 372 33 67
Binary 1111000 1101110 10101100 11110 100100 0 100001 11111010 11011 110111

Color Harmonies of #786EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EAC

Black with #786EAC

Text Example


Text Example

White with #786EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786EAC; }

 p { color: rgb(120,110,172); }

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

background-color css

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

 a { background-color: rgb(120,110,172); }

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

border-color css

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

 span { border-color: rgb(120,110,172); }

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