#776CB7

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

Shades of Blue Marguerite #776CB7

Tints of Blue Marguerite #776CB7

Color information

#776CB7 (or 0x776CB7) is unknown color: approx Blue Marguerite. HEX triplet: 77, 6C and B7. RGB value is (119,108,183). Sum of RGB (Red+Green+Blue) = 119+108+183=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #776CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CB7 is #889348. Grayscale: #777777. Windows color (decimal): -8950601 or 12020855. OLE color: 12020855.

HSL color Cylindrical-coordinate representation of color #776CB7: hue angle of 248.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776CB7 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB119108183-
CMYK0.350.4100.28
HSL248.8º34.25%57.06%-
HSV(B)248.8º40.98%71.76%-
XYZ21.5218.0747.15-
YUV119.84163.64127.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 183 (71.88% from 255) = 44.63%
R=29.02%
G=26.34%
B=44.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191081830.350.4100.28248.834.2557.06
Hex776CB7232901Cf92239
Octal16715426743510343714271
Binary111011111011001011011110001110100101110011111001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776CB7; }

 p { color: rgb(119,108,183); }

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

<style>
 a { background-color: #776CB7; }

 a { background-color: rgb(119,108,183); }

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

<style>
 span { border-color: #776CB7; }

 span { border-color: rgb(119,108,183); }

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