#77769D

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

Shades of Scampi #77769D

Tints of Scampi #77769D

Color information

#77769D (or 0x77769D) is unknown color: approx Scampi. HEX triplet: 77, 76 and 9D. RGB value is (119,118,157). Sum of RGB (Red+Green+Blue) = 119+118+157=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #77769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77769D is #888962. Grayscale: #7A7A7A. Windows color (decimal): -8948067 or 10319479. OLE color: 10319479.

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

Color convert

RGB119118157-
CMYK0.240.2500.38
HSL241.54º16.6%53.92%-
HSV(B)241.54º24.84%61.57%-
XYZ20.1719.3134.56-
YUV122.74147.33125.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=30.20%
G=29.95%
B=39.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191181570.240.2500.38241.5416.653.92
Hex77769D1819026f21136
Octal16716623530310463622166
Binary1110111111011010011101110001100101001101111001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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