#78659A

Color #78659A Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #78659A

Tints of Scampi #78659A

Color information

#78659A (or 0x78659A) is unknown color: approx Scampi. HEX triplet: 78, 65 and 9A. RGB value is (120,101,154). Sum of RGB (Red+Green+Blue) = 120+101+154=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #78659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78659A is #879A65. Grayscale: #707070. Windows color (decimal): -8886886 or 10118520. OLE color: 10118520.

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

Color convert

RGB120101154-
CMYK0.220.3400.40
HSL261.51º20.78%50%-
HSV(B)261.51º34.42%60.39%-
XYZ18.2315.6332.63-
YUV112.72151.29133.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=32%
G=26.93%
B=41.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201011540.220.3400.40261.5120.7850
Hex78659A16220281061532
Octal17014523226420504062562
Binary111100011001011001101010110100010010100010000011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78659A;
 }
 .AnyTagClassName
 {
   color: #78659A;
 }
</style>
background-color css

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

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

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

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

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

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