Html Css Color HEX #7756B4 Blue Marguerite

📋 copy color: '#7756B4'

red 119 ◦ green 86 ◦ blue 180

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

Shades of Blue Marguerite #7756B4

Tints of Blue Marguerite #7756B4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 30.91%
G = 22.34%
B = 46.75%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7756B4 (or 0x7756B4) is known color: Blue Marguerite. HEX triplet: 77, 56 and B4. RGB value is (119,86,180). Sum of RGB (Red+Green+Blue) = 119+86+180=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #7756B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756B4 is #88A94B. Grayscale: #6A6A6A. Windows color (decimal): -8956236 or 11818615. OLE color: 11818615.

HSL color Cylindrical-coordinate representation of color #7756B4: hue angle of 261.06º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7756B4 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 86 180 -
CMYK 0.34 0.52 0 0.29
HSL 261.06º 0.39% 0.52% -
HSV(B) 261.06º 0.52% 0.71% -
XYZ 19.17 13.87 44.85 -
YUV 106.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 119 86 180 0.34 0.52 0 0.29 261.06 0.39 0.52
Hex 77 56 B4 22 34 0 1D 105 27 34
Octal 167 126 264 42 64 0 35 405 47 64
Binary 1110111 1010110 10110100 100010 110100 0 11101 100000101 100111 110100

Color Harmonies of #7756B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756B4

Black with #7756B4

Text Example


Text Example

White with #7756B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7756B4; }

 p { color: rgb(119,86,180); }

 H1.HeaderClassName
 {
   color: #7756B4;
 }
 .AnyTagClassName
 {
   color: #7756B4;
 }
</style>

background-color css

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

 a { background-color: rgb(119,86,180); }

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

border-color css

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

 span { border-color: rgb(119,86,180); }

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