#776795

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

Shades of Scampi #776795

Tints of Scampi #776795

Color information

#776795 (or 0x776795) is unknown color: approx Scampi. HEX triplet: 77, 67 and 95. RGB value is (119,103,149). Sum of RGB (Red+Green+Blue) = 119+103+149=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #776795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776795 is #88986A. Grayscale: #707070. Windows color (decimal): -8951915 or 9791351. OLE color: 9791351.

HSL color Cylindrical-coordinate representation of color #776795: hue angle of 260.87º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776795 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119103149-
CMYK0.200.3100.42
HSL260.87º18.25%49.41%-
HSV(B)260.87º30.87%58.43%-
XYZ17.8815.7930.54-
YUV113.03148.3132.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=32.08%
G=27.76%
B=40.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191031490.200.3100.42260.8718.2549.41
Hex776795141F02A1051231
Octal16714722524370524052261
Binary11101111100111100101011010011111010101010000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776795; }

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

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

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

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

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

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

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

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