#78609A

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

Shades of Scampi #78609A

Tints of Scampi #78609A

Color information

#78609A (or 0x78609A) is unknown color: approx Scampi. HEX triplet: 78, 60 and 9A. RGB value is (120,96,154). Sum of RGB (Red+Green+Blue) = 120+96+154=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #78609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78609A is #879F65. Grayscale: #6D6D6D. Windows color (decimal): -8888166 or 10117240. OLE color: 10117240.

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

Color convert

RGB12096154-
CMYK0.220.3800.40
HSL264.83º23.2%49.02%-
HSV(B)264.83º37.66%60.39%-
XYZ17.7614.6932.47-
YUV109.79152.95135.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=32.43%
G=25.95%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120961540.220.3800.40264.8323.249.02
Hex78609A16260281091731
Octal17014023226460504112761
Binary111100011000001001101010110100110010100010000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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