Html Css Color HEX #78689F Scampi

📋 copy color: '#78689F'

red 120 ◦ green 104 ◦ blue 159

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

Shades of Scampi #78689F

Tints of Scampi #78689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 31.33%
G = 27.15%
B = 41.51%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78689F (or 0x78689F) is known color: Scampi. HEX triplet: 78, 68 and 9F. RGB value is (120,104,159). Sum of RGB (Red+Green+Blue) = 120+104+159=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #78689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78689F is #879760. Grayscale: #727272. Windows color (decimal): -8886113 or 10446968. OLE color: 10446968.

HSL color Cylindrical-coordinate representation of color #78689F: hue angle of 257.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78689F is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 104 159 -
CMYK 0.25 0.35 0 0.38
HSL 257.45º 0.22% 0.52% -
HSV(B) 257.45º 0.35% 0.62% -
XYZ 18.95 16.4 34.97 -
YUV 115.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 120 104 159 0.25 0.35 0 0.38 257.45 0.22 0.52
Hex 78 68 9F 19 23 0 26 101 16 34
Octal 170 150 237 31 43 0 46 401 26 64
Binary 1111000 1101000 10011111 11001 100011 0 100110 100000001 10110 110100

Color Harmonies of #78689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78689F

Black with #78689F

Text Example


Text Example

White with #78689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78689F; }

 p { color: rgb(120,104,159); }

 H1.HeaderClassName
 {
   color: #78689F;
 }
 .AnyTagClassName
 {
   color: #78689F;
 }
</style>

background-color css

<style>
 a { background-color: #78689F; }

 a { background-color: rgb(120,104,159); }

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

border-color css

<style>
 span { border-color: #78689F; }

 span { border-color: rgb(120,104,159); }

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