#77619A

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

Shades of Scampi #77619A

Tints of Scampi #77619A

Color information

#77619A (or 0x77619A) is unknown color: approx Scampi. HEX triplet: 77, 61 and 9A. RGB value is (119,97,154). Sum of RGB (Red+Green+Blue) = 119+97+154=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #77619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77619A is #889E65. Grayscale: #6D6D6D. Windows color (decimal): -8953446 or 10117495. OLE color: 10117495.

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

Color convert

RGB11997154-
CMYK0.230.3700.40
HSL263.16º22.71%49.22%-
HSV(B)263.16º37.01%60.39%-
XYZ17.7214.832.5-
YUV110.08152.79134.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=32.16%
G=26.22%
B=41.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119971540.230.3700.40263.1622.7149.22
Hex77619A17250281071731
Octal16714123227450504072761
Binary111011111000011001101010111100101010100010000011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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