Html Css Color HEX #78689A Scampi

📋 copy color: '#78689A'

red 120 ◦ green 104 ◦ blue 154

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

Shades of Scampi #78689A

Tints of Scampi #78689A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 31.75%
G = 27.51%
B = 40.74%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78689A (or 0x78689A) is known color: Scampi. HEX triplet: 78, 68 and 9A. RGB value is (120,104,154). Sum of RGB (Red+Green+Blue) = 120+104+154=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #78689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78689A is #879765. Grayscale: #727272. Windows color (decimal): -8886118 or 10119288. OLE color: 10119288.

HSL color Cylindrical-coordinate representation of color #78689A: hue angle of 259.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78689A is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 104 154 -
CMYK 0.22 0.32 0 0.40
HSL 259.2º 0.2% 0.51% -
HSV(B) 259.2º 0.32% 0.6% -
XYZ 18.53 16.23 32.73 -
YUV 114.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 120 104 154 0.22 0.32 0 0.40 259.2 0.2 0.51
Hex 78 68 9A 16 20 0 28 103 14 33
Octal 170 150 232 26 40 0 50 403 24 63
Binary 1111000 1101000 10011010 10110 100000 0 101000 100000011 10100 110011

Color Harmonies of #78689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78689A

Black with #78689A

Text Example


Text Example

White with #78689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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