#77659C

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

Shades of Scampi #77659C

Tints of Scampi #77659C

Color information

#77659C (or 0x77659C) is unknown color: approx Scampi. HEX triplet: 77, 65 and 9C. RGB value is (119,101,156). Sum of RGB (Red+Green+Blue) = 119+101+156=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #77659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77659C is #889A63. Grayscale: #707070. Windows color (decimal): -8952420 or 10249591. OLE color: 10249591.

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

Color convert

RGB119101156-
CMYK0.240.3500.39
HSL259.64º21.74%50.39%-
HSV(B)259.64º35.26%61.18%-
XYZ18.2615.6333.51-
YUV112.65152.46132.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=31.65%
G=26.86%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191011560.240.3500.39259.6421.7450.39
Hex77659C18230271041632
Octal16714523430430474042662
Binary111011111001011001110011000100011010011110000010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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