#78799E

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

Shades of Scampi #78799E

Tints of Scampi #78799E

Color information

#78799E (or 0x78799E) is unknown color: approx Scampi. HEX triplet: 78, 79 and 9E. RGB value is (120,121,158). Sum of RGB (Red+Green+Blue) = 120+121+158=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #78799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78799E is #878661. Grayscale: #7C7C7C. Windows color (decimal): -8881762 or 10385784. OLE color: 10385784.

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

Color convert

RGB120121158-
CMYK0.240.2300.38
HSL238.42º16.38%54.51%-
HSV(B)238.42º24.05%61.96%-
XYZ20.7520.1435.14-
YUV124.92146.67124.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=30.08%
G=30.33%
B=39.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201211580.240.2300.38238.4216.3854.51
Hex78799E1817026ee1037
Octal17017123630270463562067
Binary1111000111100110011110110001011101001101110111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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