#77629A

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

Shades of Scampi #77629A

Tints of Scampi #77629A

Color information

#77629A (or 0x77629A) is unknown color: approx Scampi. HEX triplet: 77, 62 and 9A. RGB value is (119,98,154). Sum of RGB (Red+Green+Blue) = 119+98+154=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #77629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77629A is #889D65. Grayscale: #6E6E6E. Windows color (decimal): -8953190 or 10117751. OLE color: 10117751.

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

Color convert

RGB11998154-
CMYK0.230.3600.40
HSL262.5º22.22%49.41%-
HSV(B)262.5º36.36%60.39%-
XYZ17.8114.9932.53-
YUV110.66152.46133.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=32.08%
G=26.42%
B=41.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119981540.230.3600.40262.522.2249.41
Hex77629A17240281061631
Octal16714223227440504062661
Binary111011111000101001101010111100100010100010000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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