Html Css Color HEX #78669E Scampi

📋 copy color: '#78669E'

red 120 ◦ green 102 ◦ blue 158

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

Shades of Scampi #78669E

Tints of Scampi #78669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 31.58%
G = 26.84%
B = 41.58%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78669E (or 0x78669E) is known color: Scampi. HEX triplet: 78, 66 and 9E. RGB value is (120,102,158). Sum of RGB (Red+Green+Blue) = 120+102+158=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #78669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78669E is #879961. Grayscale: #717171. Windows color (decimal): -8886626 or 10380920. OLE color: 10380920.

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

Color convert

RGB 120 102 158 -
CMYK 0.24 0.35 0 0.38
HSL 259.29º 0.22% 0.51% -
HSV(B) 259.29º 0.35% 0.62% -
XYZ 18.67 15.96 34.45 -
YUV 113.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 120 102 158 0.24 0.35 0 0.38 259.29 0.22 0.51
Hex 78 66 9E 18 23 0 26 103 16 33
Octal 170 146 236 30 43 0 46 403 26 63
Binary 1111000 1100110 10011110 11000 100011 0 100110 100000011 10110 110011

Color Harmonies of #78669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78669E

Black with #78669E

Text Example


Text Example

White with #78669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78669E; }

 p { color: rgb(120,102,158); }

 H1.HeaderClassName
 {
   color: #78669E;
 }
 .AnyTagClassName
 {
   color: #78669E;
 }
</style>

background-color css

<style>
 a { background-color: #78669E; }

 a { background-color: rgb(120,102,158); }

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

border-color css

<style>
 span { border-color: #78669E; }

 span { border-color: rgb(120,102,158); }

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