#77629C

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

Shades of Scampi #77629C

Tints of Scampi #77629C

Color information

#77629C (or 0x77629C) is unknown color: approx Scampi. HEX triplet: 77, 62 and 9C. RGB value is (119,98,156). Sum of RGB (Red+Green+Blue) = 119+98+156=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #77629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77629C is #889D63. Grayscale: #6E6E6E. Windows color (decimal): -8953188 or 10248823. OLE color: 10248823.

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

Color convert

RGB11998156-
CMYK0.240.3700.39
HSL261.72º22.83%49.8%-
HSV(B)261.72º37.18%61.18%-
XYZ17.9815.0633.41-
YUV110.89153.46133.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=31.90%
G=26.27%
B=41.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119981560.240.3700.39261.7222.8349.8
Hex77629C18250271061732
Octal16714223430450474062762
Binary111011111000101001110011000100101010011110000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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