#776598

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

Shades of Scampi #776598

Tints of Scampi #776598

Color information

#776598 (or 0x776598) is unknown color: approx Scampi. HEX triplet: 77, 65 and 98. RGB value is (119,101,152). Sum of RGB (Red+Green+Blue) = 119+101+152=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #776598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776598 is #889A67. Grayscale: #707070. Windows color (decimal): -8952424 or 9987447. OLE color: 9987447.

HSL color Cylindrical-coordinate representation of color #776598: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #776598 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119101152-
CMYK0.220.3400.40
HSL261.18º20.16%49.61%-
HSV(B)261.18º33.55%59.61%-
XYZ17.9315.531.75-
YUV112.2150.46132.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=31.99%
G=27.15%
B=40.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191011520.220.3400.40261.1820.1649.61
Hex77659816220281051432
Octal16714523026420504052462
Binary111011111001011001100010110100010010100010000010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776598; }

 p { color: rgb(119,101,152); }

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

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

 a { background-color: rgb(119,101,152); }

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

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

 span { border-color: rgb(119,101,152); }

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