Html Css Color HEX #786BAC Scampi

📋 copy color: '#786BAC'

red 120 ◦ green 107 ◦ blue 172

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

Shades of Scampi #786BAC

Tints of Scampi #786BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 30.08%
G = 26.82%
B = 43.11%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#786BAC (or 0x786BAC) is known color: Scampi. HEX triplet: 78, 6B and AC. RGB value is (120,107,172). Sum of RGB (Red+Green+Blue) = 120+107+172=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #786BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BAC is #879453. Grayscale: #767676. Windows color (decimal): -8885332 or 11299704. OLE color: 11299704.

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

Color convert

RGB 120 107 172 -
CMYK 0.30 0.38 0 0.33
HSL 252º 0.28% 0.55% -
HSV(B) 252º 0.38% 0.67% -
XYZ 20.45 17.49 41.33 -
YUV 118.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 120 107 172 0.30 0.38 0 0.33 252 0.28 0.55
Hex 78 6B AC 1E 26 0 21 FC 1C 37
Octal 170 153 254 36 46 0 41 374 34 67
Binary 1111000 1101011 10101100 11110 100110 0 100001 11111100 11100 110111

Color Harmonies of #786BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BAC

Black with #786BAC

Text Example


Text Example

White with #786BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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