Html Css Color HEX #786BAB Scampi

📋 copy color: '#786BAB'

red 120 ◦ green 107 ◦ blue 171

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

Shades of Scampi #786BAB

Tints of Scampi #786BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 30.15%
G = 26.88%
B = 42.96%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#786BAB (or 0x786BAB) is known color: Scampi. HEX triplet: 78, 6B and AB. RGB value is (120,107,171). Sum of RGB (Red+Green+Blue) = 120+107+171=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #786BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BAB is #879454. Grayscale: #757575. Windows color (decimal): -8885333 or 11234168. OLE color: 11234168.

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

Color convert

RGB 120 107 171 -
CMYK 0.30 0.37 0 0.33
HSL 252.19º 0.28% 0.55% -
HSV(B) 252.19º 0.37% 0.67% -
XYZ 20.35 17.45 40.82 -
YUV 118.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 120 107 171 0.30 0.37 0 0.33 252.19 0.28 0.55
Hex 78 6B AB 1E 25 0 21 FC 1C 37
Octal 170 153 253 36 45 0 41 374 34 67
Binary 1111000 1101011 10101011 11110 100101 0 100001 11111100 11100 110111

Color Harmonies of #786BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BAB

Black with #786BAB

Text Example


Text Example

White with #786BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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