#77689B

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

Shades of Scampi #77689B

Tints of Scampi #77689B

Color information

#77689B (or 0x77689B) is unknown color: approx Scampi. HEX triplet: 77, 68 and 9B. RGB value is (119,104,155). Sum of RGB (Red+Green+Blue) = 119+104+155=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #77689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689B is #889764. Grayscale: #727272. Windows color (decimal): -8951653 or 10184823. OLE color: 10184823.

HSL color Cylindrical-coordinate representation of color #77689B: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77689B is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119104155-
CMYK0.230.3300.39
HSL257.65º20.32%50.78%-
HSV(B)257.65º32.9%60.78%-
XYZ18.4716.1933.16-
YUV114.3150.97131.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=31.48%
G=27.51%
B=41.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191041550.230.3300.39257.6520.3250.78
Hex77689B17210271021433
Octal16715023327410474022463
Binary111011111010001001101110111100001010011110000001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77689B; }

 p { color: rgb(119,104,155); }

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

<style>
 a { background-color: #77689B; }

 a { background-color: rgb(119,104,155); }

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

<style>
 span { border-color: #77689B; }

 span { border-color: rgb(119,104,155); }

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