#78768B

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

Shades of Scampi #78768B

Tints of Scampi #78768B

Color information

#78768B (or 0x78768B) is unknown color: approx Scampi. HEX triplet: 78, 76 and 8B. RGB value is (120,118,139). Sum of RGB (Red+Green+Blue) = 120+118+139=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #78768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768B is #878974. Grayscale: #787878. Windows color (decimal): -8882549 or 9139832. OLE color: 9139832.

HSL color Cylindrical-coordinate representation of color #78768B: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78768B is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120118139-
CMYK0.140.1500.45
HSL245.71º8.3%50.39%-
HSV(B)245.71º15.11%54.51%-
XYZ18.8818.8127.06-
YUV120.99138.16127.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=31.83%
G=31.30%
B=36.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201181390.140.1500.45245.718.350.39
Hex78768BEF02Df6832
Octal17016621316170553661062
Binary1111000111011010001011111011110101101111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78768B; }

 p { color: rgb(120,118,139); }

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

<style>
 a { background-color: #78768B; }

 a { background-color: rgb(120,118,139); }

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

<style>
 span { border-color: #78768B; }

 span { border-color: rgb(120,118,139); }

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