Html Css Color HEX #7760AF Blue Marguerite

📋 copy color: '#7760AF'

red 119 ◦ green 96 ◦ blue 175

#7760AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7760AF

Tints of Blue Marguerite #7760AF

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 value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7760AF (or 0x7760AF) is known color: 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

RGB 119 96 175 -
CMYK 0.32 0.45 0 0.31
HSL 257.47º 0.33% 0.53% -
HSV(B) 257.47º 0.45% 0.69% -
XYZ 19.53 15.38 42.5 -
YUV 111.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 119 96 175 0.32 0.45 0 0.31 257.47 0.33 0.53
Hex 77 60 AF 20 2D 0 1F 101 21 35
Octal 167 140 257 40 55 0 37 401 41 65
Binary 1110111 1100000 10101111 100000 101101 0 11111 100000001 100001 110101

Color Harmonies of #7760AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760AF

Black with #7760AF

Text Example


Text Example

White with #7760AF

Text Example


Text Example

HTML Codes & Css Web 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>