Html Css Color HEX #78629D Scampi

📋 copy color: '#78629D'

red 120 ◦ green 98 ◦ blue 157

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

Shades of Scampi #78629D

Tints of Scampi #78629D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 32%
G = 26.13%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78629D (or 0x78629D) is known color: Scampi. HEX triplet: 78, 62 and 9D. RGB value is (120,98,157). Sum of RGB (Red+Green+Blue) = 120+98+157=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #78629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629D is #879D62. Grayscale: #6F6F6F. Windows color (decimal): -8887651 or 10314360. OLE color: 10314360.

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

Color convert

RGB 120 98 157 -
CMYK 0.24 0.38 0 0.38
HSL 262.37º 0.23% 0.5% -
HSV(B) 262.37º 0.38% 0.62% -
XYZ 18.2 15.16 33.87 -
YUV 111.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 120 98 157 0.24 0.38 0 0.38 262.37 0.23 0.5
Hex 78 62 9D 18 26 0 26 106 17 32
Octal 170 142 235 30 46 0 46 406 27 62
Binary 1111000 1100010 10011101 11000 100110 0 100110 100000110 10111 110010

Color Harmonies of #78629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78629D

Black with #78629D

Text Example


Text Example

White with #78629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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