Html Css Color HEX #78689C Scampi

📋 copy color: '#78689C'

red 120 ◦ green 104 ◦ blue 156

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

Shades of Scampi #78689C

Tints of Scampi #78689C

RGB

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

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

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

R = 31.58%
G = 27.37%
B = 41.05%

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

#78689C (or 0x78689C) is known color: Scampi. HEX triplet: 78, 68 and 9C. RGB value is (120,104,156). Sum of RGB (Red+Green+Blue) = 120+104+156=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #78689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78689C is #879763. Grayscale: #727272. Windows color (decimal): -8886116 or 10250360. OLE color: 10250360.

HSL color Cylindrical-coordinate representation of color #78689C: hue angle of 258.46º degrees, saturation: 0.21, 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 #78689C is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 104 156 -
CMYK 0.23 0.33 0 0.39
HSL 258.46º 0.21% 0.51% -
HSV(B) 258.46º 0.33% 0.61% -
XYZ 18.7 16.29 33.61 -
YUV 114.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 120 104 156 0.23 0.33 0 0.39 258.46 0.21 0.51
Hex 78 68 9C 17 21 0 27 102 15 33
Octal 170 150 234 27 41 0 47 402 25 63
Binary 1111000 1101000 10011100 10111 100001 0 100111 100000010 10101 110011

Color Harmonies of #78689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78689C

Black with #78689C

Text Example


Text Example

White with #78689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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