#77649E

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

Shades of Scampi #77649E

Tints of Scampi #77649E

Color information

#77649E (or 0x77649E) is unknown color: approx Scampi. HEX triplet: 77, 64 and 9E. RGB value is (119,100,158). Sum of RGB (Red+Green+Blue) = 119+100+158=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #77649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77649E is #889B61. Grayscale: #707070. Windows color (decimal): -8952674 or 10380407. OLE color: 10380407.

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

Color convert

RGB119100158-
CMYK0.250.3700.38
HSL259.66º23.02%50.59%-
HSV(B)259.66º36.71%61.96%-
XYZ18.3415.534.37-
YUV112.29153.79132.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=31.56%
G=26.53%
B=41.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191001580.250.3700.38259.6623.0250.59
Hex77649E19250261041733
Octal16714423631450464042763
Binary111011111001001001111011001100101010011010000010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,100,158); }

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

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

 a { background-color: rgb(119,100,158); }

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

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

 span { border-color: rgb(119,100,158); }

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