#77619C

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

Shades of Scampi #77619C

Tints of Scampi #77619C

Color information

#77619C (or 0x77619C) is unknown color: approx Scampi. HEX triplet: 77, 61 and 9C. RGB value is (119,97,156). Sum of RGB (Red+Green+Blue) = 119+97+156=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #77619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77619C is #889E63. Grayscale: #6E6E6E. Windows color (decimal): -8953444 or 10248567. OLE color: 10248567.

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

Color convert

RGB11997156-
CMYK0.240.3800.39
HSL262.37º23.32%49.61%-
HSV(B)262.37º37.82%61.18%-
XYZ17.8814.8733.38-
YUV110.3153.79134.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=31.99%
G=26.08%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119971560.240.3800.39262.3723.3249.61
Hex77619C18260271061732
Octal16714123430460474062762
Binary111011111000011001110011000100110010011110000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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