#77699D

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

Shades of Scampi #77699D

Tints of Scampi #77699D

Color information

#77699D (or 0x77699D) is unknown color: approx Scampi. HEX triplet: 77, 69 and 9D. RGB value is (119,105,157). Sum of RGB (Red+Green+Blue) = 119+105+157=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #77699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77699D is #889662. Grayscale: #727272. Windows color (decimal): -8951395 or 10316151. OLE color: 10316151.

HSL color Cylindrical-coordinate representation of color #77699D: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77699D is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119105157-
CMYK0.240.3300.38
HSL256.15º20.97%51.37%-
HSV(B)256.15º33.12%61.57%-
XYZ18.7516.4634.09-
YUV115.11151.64130.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=31.23%
G=27.56%
B=41.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191051570.240.3300.38256.1520.9751.37
Hex77699D18210261001533
Octal16715123530410464002563
Binary111011111010011001110111000100001010011010000000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77699D; }

 p { color: rgb(119,105,157); }

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

<style>
 a { background-color: #77699D; }

 a { background-color: rgb(119,105,157); }

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

<style>
 span { border-color: #77699D; }

 span { border-color: rgb(119,105,157); }

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