#775FAA

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

Shades of Scampi #775FAA

Tints of Scampi #775FAA

Color information

#775FAA (or 0x775FAA) is unknown color: approx Scampi. HEX triplet: 77, 5F and AA. RGB value is (119,95,170). Sum of RGB (Red+Green+Blue) = 119+95+170=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #775FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FAA is #88A055. Grayscale: #6E6E6E. Windows color (decimal): -8953942 or 11165559. OLE color: 11165559.

HSL color Cylindrical-coordinate representation of color #775FAA: hue angle of 259.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775FAA is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11995170-
CMYK0.30.4400.33
HSL259.2º30.61%51.96%-
HSV(B)259.2º44.12%66.67%-
XYZ18.9615.0139.93-
YUV110.73161.45133.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=30.99%
G=24.74%
B=44.27%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119951700.30.4400.33259.230.6151.96
Hex775FAA1E2C0211031f34
Octal16713725236540414033764
Binary111011110111111010101011110101100010000110000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775FAA; }

 p { color: rgb(119,95,170); }

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

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

 a { background-color: rgb(119,95,170); }

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

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

 span { border-color: rgb(119,95,170); }

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