Html Css Color HEX #786AAC Scampi

📋 copy color: '#786AAC'

red 120 ◦ green 106 ◦ blue 172

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

Shades of Scampi #786AAC

Tints of Scampi #786AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 30.15%
G = 26.63%
B = 43.22%

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

#786AAC (or 0x786AAC) is known color: Scampi. HEX triplet: 78, 6A and AC. RGB value is (120,106,172). Sum of RGB (Red+Green+Blue) = 120+106+172=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #786AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAC is #879553. Grayscale: #757575. Windows color (decimal): -8885588 or 11299448. OLE color: 11299448.

HSL color Cylindrical-coordinate representation of color #786AAC: hue angle of 252.73º 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 #786AAC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 106 172 -
CMYK 0.30 0.38 0 0.33
HSL 252.73º 0.28% 0.55% -
HSV(B) 252.73º 0.38% 0.67% -
XYZ 20.35 17.28 41.29 -
YUV 117.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 120 106 172 0.30 0.38 0 0.33 252.73 0.28 0.55
Hex 78 6A AC 1E 26 0 21 FD 1C 37
Octal 170 152 254 36 46 0 41 375 34 67
Binary 1111000 1101010 10101100 11110 100110 0 100001 11111101 11100 110111

Color Harmonies of #786AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786AAC

Black with #786AAC

Text Example


Text Example

White with #786AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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