Html Css Color HEX #78609C Scampi

📋 copy color: '#78609C'

red 120 ◦ green 96 ◦ blue 156

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

Shades of Scampi #78609C

Tints of Scampi #78609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

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

R = 32.26%
G = 25.81%
B = 41.94%

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

#78609C (or 0x78609C) is known color: Scampi. HEX triplet: 78, 60 and 9C. RGB value is (120,96,156). Sum of RGB (Red+Green+Blue) = 120+96+156=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #78609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78609C is #879F63. Grayscale: #6D6D6D. Windows color (decimal): -8888164 or 10248312. OLE color: 10248312.

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

Color convert

RGB 120 96 156 -
CMYK 0.23 0.38 0 0.39
HSL 264º 0.24% 0.49% -
HSV(B) 264º 0.38% 0.61% -
XYZ 17.93 14.76 33.36 -
YUV 110.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 120 96 156 0.23 0.38 0 0.39 264 0.24 0.49
Hex 78 60 9C 17 26 0 27 108 18 31
Octal 170 140 234 27 46 0 47 410 30 61
Binary 1111000 1100000 10011100 10111 100110 0 100111 100001000 11000 110001

Color Harmonies of #78609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78609C

Black with #78609C

Text Example


Text Example

White with #78609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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