Html Css Color HEX #786AAA Scampi

📋 copy color: '#786AAA'

red 120 ◦ green 106 ◦ blue 170

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

Shades of Scampi #786AAA

Tints of Scampi #786AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 30.3%
G = 26.77%
B = 42.93%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#786AAA (or 0x786AAA) is known color: Scampi. HEX triplet: 78, 6A and AA. RGB value is (120,106,170). Sum of RGB (Red+Green+Blue) = 120+106+170=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #786AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAA is #879555. Grayscale: #757575. Windows color (decimal): -8885590 or 11168376. OLE color: 11168376.

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

Color convert

RGB 120 106 170 -
CMYK 0.29 0.38 0 0.33
HSL 253.13º 0.27% 0.54% -
HSV(B) 253.13º 0.38% 0.67% -
XYZ 20.16 17.2 40.29 -
YUV 117.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 120 106 170 0.29 0.38 0 0.33 253.13 0.27 0.54
Hex 78 6A AA 1D 26 0 21 FD 1B 36
Octal 170 152 252 35 46 0 41 375 33 66
Binary 1111000 1101010 10101010 11101 100110 0 100001 11111101 11011 110110

Color Harmonies of #786AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786AAA

Black with #786AAA

Text Example


Text Example

White with #786AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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