Html Css Color HEX #78659C Scampi

📋 copy color: '#78659C'

red 120 ◦ green 101 ◦ blue 156

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

Shades of Scampi #78659C

Tints of Scampi #78659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 31.83%
G = 26.79%
B = 41.38%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78659C (or 0x78659C) is known color: Scampi. HEX triplet: 78, 65 and 9C. RGB value is (120,101,156). Sum of RGB (Red+Green+Blue) = 120+101+156=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #78659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78659C is #879A63. Grayscale: #707070. Windows color (decimal): -8886884 or 10249592. OLE color: 10249592.

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

Color convert

RGB 120 101 156 -
CMYK 0.23 0.35 0 0.39
HSL 260.73º 0.22% 0.5% -
HSV(B) 260.73º 0.35% 0.61% -
XYZ 18.4 15.7 33.51 -
YUV 112.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 120 101 156 0.23 0.35 0 0.39 260.73 0.22 0.5
Hex 78 65 9C 17 23 0 27 105 16 32
Octal 170 145 234 27 43 0 47 405 26 62
Binary 1111000 1100101 10011100 10111 100011 0 100111 100000101 10110 110010

Color Harmonies of #78659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78659C

Black with #78659C

Text Example


Text Example

White with #78659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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