#77679D

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

Shades of Scampi #77679D

Tints of Scampi #77679D

Color information

#77679D (or 0x77679D) is unknown color: approx Scampi. HEX triplet: 77, 67 and 9D. RGB value is (119,103,157). Sum of RGB (Red+Green+Blue) = 119+103+157=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #77679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77679D is #889862. Grayscale: #717171. Windows color (decimal): -8951907 or 10315639. OLE color: 10315639.

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

Color convert

RGB119103157-
CMYK0.240.3400.38
HSL257.78º21.6%50.98%-
HSV(B)257.78º34.39%61.57%-
XYZ18.5416.0634.02-
YUV113.94152.3131.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=31.40%
G=27.18%
B=41.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191031570.240.3400.38257.7821.650.98
Hex77679D18220261021633
Octal16714723530420464022663
Binary111011111001111001110111000100010010011010000001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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