#77769B

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

Shades of Scampi #77769B

Tints of Scampi #77769B

Color information

#77769B (or 0x77769B) is unknown color: approx Scampi. HEX triplet: 77, 76 and 9B. RGB value is (119,118,155). Sum of RGB (Red+Green+Blue) = 119+118+155=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #77769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77769B is #888964. Grayscale: #7A7A7A. Windows color (decimal): -8948069 or 10188407. OLE color: 10188407.

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

Color convert

RGB119118155-
CMYK0.230.2400.39
HSL241.62º15.61%53.53%-
HSV(B)241.62º23.87%60.78%-
XYZ2019.2533.67-
YUV122.52146.33125.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=30.36%
G=30.10%
B=39.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191181550.230.2400.39241.6215.6153.53
Hex77769B1718027f21036
Octal16716623327300473622066
Binary1110111111011010011011101111100001001111111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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