Html Css Color HEX #78679C Scampi

📋 copy color: '#78679C'

red 120 ◦ green 103 ◦ blue 156

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

Shades of Scampi #78679C

Tints of Scampi #78679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 31.66%
G = 27.18%
B = 41.16%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78679C (or 0x78679C) is known color: Scampi. HEX triplet: 78, 67 and 9C. RGB value is (120,103,156). Sum of RGB (Red+Green+Blue) = 120+103+156=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #78679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78679C is #879863. Grayscale: #717171. Windows color (decimal): -8886372 or 10250104. OLE color: 10250104.

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

Color convert

RGB 120 103 156 -
CMYK 0.23 0.34 0 0.39
HSL 259.25º 0.21% 0.51% -
HSV(B) 259.25º 0.34% 0.61% -
XYZ 18.6 16.09 33.58 -
YUV 114.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 120 103 156 0.23 0.34 0 0.39 259.25 0.21 0.51
Hex 78 67 9C 17 22 0 27 103 15 33
Octal 170 147 234 27 42 0 47 403 25 63
Binary 1111000 1100111 10011100 10111 100010 0 100111 100000011 10101 110011

Color Harmonies of #78679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78679C

Black with #78679C

Text Example


Text Example

White with #78679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78679C; }

 p { color: rgb(120,103,156); }

 H1.HeaderClassName
 {
   color: #78679C;
 }
 .AnyTagClassName
 {
   color: #78679C;
 }
</style>

background-color css

<style>
 a { background-color: #78679C; }

 a { background-color: rgb(120,103,156); }

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

border-color css

<style>
 span { border-color: #78679C; }

 span { border-color: rgb(120,103,156); }

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