Html Css Color HEX #786B9B Scampi

📋 copy color: '#786B9B'

red 120 ◦ green 107 ◦ blue 155

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

Shades of Scampi #786B9B

Tints of Scampi #786B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 31.41%
G = 28.01%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#786B9B (or 0x786B9B) is known color: Scampi. HEX triplet: 78, 6B and 9B. RGB value is (120,107,155). Sum of RGB (Red+Green+Blue) = 120+107+155=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #786B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B9B is #879464. Grayscale: #747474. Windows color (decimal): -8885349 or 10185592. OLE color: 10185592.

HSL color Cylindrical-coordinate representation of color #786B9B: hue angle of 256.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786B9B is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 107 155 -
CMYK 0.23 0.31 0 0.39
HSL 256.25º 0.19% 0.51% -
HSV(B) 256.25º 0.31% 0.61% -
XYZ 18.92 16.88 33.27 -
YUV 116.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 120 107 155 0.23 0.31 0 0.39 256.25 0.19 0.51
Hex 78 6B 9B 17 1F 0 27 100 13 33
Octal 170 153 233 27 37 0 47 400 23 63
Binary 1111000 1101011 10011011 10111 11111 0 100111 100000000 10011 110011

Color Harmonies of #786B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B9B

Black with #786B9B

Text Example


Text Example

White with #786B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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