#77669D

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

Shades of Scampi #77669D

Tints of Scampi #77669D

Color information

#77669D (or 0x77669D) is unknown color: approx Scampi. HEX triplet: 77, 66 and 9D. RGB value is (119,102,157). Sum of RGB (Red+Green+Blue) = 119+102+157=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #77669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77669D is #889962. Grayscale: #717171. Windows color (decimal): -8952163 or 10315383. OLE color: 10315383.

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

Color convert

RGB119102157-
CMYK0.240.3500.38
HSL258.55º21.91%50.78%-
HSV(B)258.55º35.03%61.57%-
XYZ18.4415.8633.99-
YUV113.35152.63132.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=31.48%
G=26.98%
B=41.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191021570.240.3500.38258.5521.9150.78
Hex77669D18230261031633
Octal16714623530430464032663
Binary111011111001101001110111000100011010011010000001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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