#78699C

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

Shades of Scampi #78699C

Tints of Scampi #78699C

Color information

#78699C (or 0x78699C) is unknown color: approx Scampi. HEX triplet: 78, 69 and 9C. RGB value is (120,105,156). Sum of RGB (Red+Green+Blue) = 120+105+156=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #78699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699C is #879663. Grayscale: #737373. Windows color (decimal): -8885860 or 10250616. OLE color: 10250616.

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

Color convert

RGB120105156-
CMYK0.230.3300.39
HSL257.65º20.48%51.18%-
HSV(B)257.65º32.69%61.18%-
XYZ18.816.533.65-
YUV115.3150.97131.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=31.50%
G=27.56%
B=40.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201051560.230.3300.39257.6520.4851.18
Hex78699C17210271021433
Octal17015123427410474022463
Binary111100011010011001110010111100001010011110000001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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