Html Css Color HEX #78689B Scampi

📋 copy color: '#78689B'

red 120 ◦ green 104 ◦ blue 155

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

Shades of Scampi #78689B

Tints of Scampi #78689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 31.66%
G = 27.44%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78689B (or 0x78689B) is known color: Scampi. HEX triplet: 78, 68 and 9B. RGB value is (120,104,155). Sum of RGB (Red+Green+Blue) = 120+104+155=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #78689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78689B is #879764. Grayscale: #727272. Windows color (decimal): -8886117 or 10184824. OLE color: 10184824.

HSL color Cylindrical-coordinate representation of color #78689B: hue angle of 258.82º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78689B is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 104 155 -
CMYK 0.23 0.33 0 0.39
HSL 258.82º 0.2% 0.51% -
HSV(B) 258.82º 0.33% 0.61% -
XYZ 18.61 16.26 33.17 -
YUV 114.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 120 104 155 0.23 0.33 0 0.39 258.82 0.2 0.51
Hex 78 68 9B 17 21 0 27 103 14 33
Octal 170 150 233 27 41 0 47 403 24 63
Binary 1111000 1101000 10011011 10111 100001 0 100111 100000011 10100 110011

Color Harmonies of #78689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78689B

Black with #78689B

Text Example


Text Example

White with #78689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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