Html Css Color HEX #7760AE Blue Marguerite

📋 copy color: '#7760AE'

red 119 ◦ green 96 ◦ blue 174

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

Shades of Blue Marguerite #7760AE

Tints of Blue Marguerite #7760AE

RGB

 RED value IS 119 (46.88% from 255) = 30.59%

 GREEN value IS 96 (37.89% from 255) = 24.68%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 30.59%
G = 24.68%
B = 44.73%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7760AE (or 0x7760AE) is known color: Blue Marguerite. HEX triplet: 77, 60 and AE. RGB value is (119,96,174). Sum of RGB (Red+Green+Blue) = 119+96+174=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7760AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AE is #889F51. Grayscale: #6F6F6F. Windows color (decimal): -8953682 or 11427959. OLE color: 11427959.

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

Color convert

RGB 119 96 174 -
CMYK 0.32 0.45 0 0.32
HSL 257.69º 0.33% 0.53% -
HSV(B) 257.69º 0.45% 0.68% -
XYZ 19.43 15.34 41.98 -
YUV 111.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 119 96 174 0.32 0.45 0 0.32 257.69 0.33 0.53
Hex 77 60 AE 20 2D 0 20 102 20 35
Octal 167 140 256 40 55 0 40 402 40 65
Binary 1110111 1100000 10101110 100000 101101 0 100000 100000010 100000 110101

Color Harmonies of #7760AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760AE

Black with #7760AE

Text Example


Text Example

White with #7760AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7760AE;
 }
 .AnyTagClassName
 {
   color: #7760AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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