#7760AF

Color #7760AF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7760AF

Tints of Blue Marguerite #7760AF

Color information

#7760AF (or 0x7760AF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 60 and AF. RGB value is (119,96,175). Sum of RGB (Red+Green+Blue) = 119+96+175=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7760AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AF is #889F50. Grayscale: #6F6F6F. Windows color (decimal): -8953681 or 11493495. OLE color: 11493495.

HSL color Cylindrical-coordinate representation of color #7760AF: hue angle of 257.47º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7760AF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11996175-
CMYK0.320.4500.31
HSL257.47º33.05%53.14%-
HSV(B)257.47º45.14%68.63%-
XYZ19.5315.3842.5-
YUV111.88163.62133.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=30.51%
G=24.62%
B=44.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119961750.320.4500.31257.4733.0553.14
Hex7760AF202D01F1012135
Octal16714025740550374014165
Binary1110111110000010101111100000101101011111100000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7760AF; }

 p { color: rgb(119,96,175); }

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

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

 a { background-color: rgb(119,96,175); }

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

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

 span { border-color: rgb(119,96,175); }

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