Html Css Color HEX #78629C Scampi

📋 copy color: '#78629C'

red 120 ◦ green 98 ◦ blue 156

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

Shades of Scampi #78629C

Tints of Scampi #78629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

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

R = 32.09%
G = 26.2%
B = 41.71%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78629C (or 0x78629C) is known color: Scampi. HEX triplet: 78, 62 and 9C. RGB value is (120,98,156). Sum of RGB (Red+Green+Blue) = 120+98+156=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #78629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629C is #879D63. Grayscale: #6E6E6E. Windows color (decimal): -8887652 or 10248824. OLE color: 10248824.

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

Color convert

RGB 120 98 156 -
CMYK 0.23 0.37 0 0.39
HSL 262.76º 0.23% 0.5% -
HSV(B) 262.76º 0.37% 0.61% -
XYZ 18.11 15.13 33.42 -
YUV 111.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 120 98 156 0.23 0.37 0 0.39 262.76 0.23 0.5
Hex 78 62 9C 17 25 0 27 107 17 32
Octal 170 142 234 27 45 0 47 407 27 62
Binary 1111000 1100010 10011100 10111 100101 0 100111 100000111 10111 110010

Color Harmonies of #78629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78629C

Black with #78629C

Text Example


Text Example

White with #78629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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