#776797

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

Shades of Scampi #776797

Tints of Scampi #776797

Color information

#776797 (or 0x776797) is unknown color: approx Scampi. HEX triplet: 77, 67 and 97. RGB value is (119,103,151). Sum of RGB (Red+Green+Blue) = 119+103+151=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #776797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776797 is #889868. Grayscale: #717171. Windows color (decimal): -8951913 or 9922423. OLE color: 9922423.

HSL color Cylindrical-coordinate representation of color #776797: hue angle of 260º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776797 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119103151-
CMYK0.210.3200.41
HSL260º18.9%49.8%-
HSV(B)260º31.79%59.22%-
XYZ18.0415.8631.39-
YUV113.26149.3132.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=31.90%
G=27.61%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191031510.210.3200.4126018.949.8
Hex77679715200291041332
Octal16714722725400514042362
Binary111011111001111001011110101100000010100110000010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776797; }

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

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

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

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

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

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

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

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