#77619B

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

Shades of Scampi #77619B

Tints of Scampi #77619B

Color information

#77619B (or 0x77619B) is unknown color: approx Scampi. HEX triplet: 77, 61 and 9B. RGB value is (119,97,155). Sum of RGB (Red+Green+Blue) = 119+97+155=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #77619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77619B is #889E64. Grayscale: #6D6D6D. Windows color (decimal): -8953445 or 10183031. OLE color: 10183031.

HSL color Cylindrical-coordinate representation of color #77619B: hue angle of 262.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77619B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11997155-
CMYK0.230.3700.39
HSL262.76º23.02%49.41%-
HSV(B)262.76º37.42%60.78%-
XYZ17.814.8432.94-
YUV110.19153.29134.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=32.08%
G=26.15%
B=41.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119971550.230.3700.39262.7623.0249.41
Hex77619B17250271071731
Octal16714123327450474072761
Binary111011111000011001101110111100101010011110000011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,97,155); }

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

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

 a { background-color: rgb(119,97,155); }

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

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

 span { border-color: rgb(119,97,155); }

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