Html Css Color HEX #786BA7 Scampi

📋 copy color: '#786BA7'

red 120 ◦ green 107 ◦ blue 167

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

Shades of Scampi #786BA7

Tints of Scampi #786BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 30.46%
G = 27.16%
B = 42.39%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#786BA7 (or 0x786BA7) is known color: Scampi. HEX triplet: 78, 6B and A7. RGB value is (120,107,167). Sum of RGB (Red+Green+Blue) = 120+107+167=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #786BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BA7 is #879458. Grayscale: #757575. Windows color (decimal): -8885337 or 10972024. OLE color: 10972024.

HSL color Cylindrical-coordinate representation of color #786BA7: hue angle of 253º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786BA7 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 107 167 -
CMYK 0.28 0.36 0 0.35
HSL 253º 0.25% 0.54% -
HSV(B) 253º 0.36% 0.65% -
XYZ 19.98 17.3 38.85 -
YUV 117.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 120 107 167 0.28 0.36 0 0.35 253 0.25 0.54
Hex 78 6B A7 1C 24 0 23 FD 19 36
Octal 170 153 247 34 44 0 43 375 31 66
Binary 1111000 1101011 10100111 11100 100100 0 100011 11111101 11001 110110

Color Harmonies of #786BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BA7

Black with #786BA7

Text Example


Text Example

White with #786BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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