Html Css Color HEX #78619C Scampi

📋 copy color: '#78619C'

red 120 ◦ green 97 ◦ blue 156

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

Shades of Scampi #78619C

Tints of Scampi #78619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 32.17%
G = 26.01%
B = 41.82%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78619C (or 0x78619C) is known color: Scampi. HEX triplet: 78, 61 and 9C. RGB value is (120,97,156). Sum of RGB (Red+Green+Blue) = 120+97+156=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #78619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619C is #879E63. Grayscale: #6E6E6E. Windows color (decimal): -8887908 or 10248568. OLE color: 10248568.

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

Color convert

RGB 120 97 156 -
CMYK 0.23 0.38 0 0.39
HSL 263.39º 0.23% 0.5% -
HSV(B) 263.39º 0.38% 0.61% -
XYZ 18.02 14.94 33.39 -
YUV 110.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 120 97 156 0.23 0.38 0 0.39 263.39 0.23 0.5
Hex 78 61 9C 17 26 0 27 107 17 32
Octal 170 141 234 27 46 0 47 407 27 62
Binary 1111000 1100001 10011100 10111 100110 0 100111 100000111 10111 110010

Color Harmonies of #78619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78619C

Black with #78619C

Text Example


Text Example

White with #78619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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