Html Css Color HEX #7766B7 Blue Marguerite

📋 copy color: '#7766B7'

red 119 ◦ green 102 ◦ blue 183

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

Shades of Blue Marguerite #7766B7

Tints of Blue Marguerite #7766B7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

 BLUE value IS 183 (71.88% from 255) = 45.3%

R = 29.46%
G = 25.25%
B = 45.3%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7766B7 (or 0x7766B7) is known color: Blue Marguerite. HEX triplet: 77, 66 and B7. RGB value is (119,102,183). Sum of RGB (Red+Green+Blue) = 119+102+183=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #7766B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766B7 is #889948. Grayscale: #747474. Windows color (decimal): -8952137 or 12019319. OLE color: 12019319.

HSL color Cylindrical-coordinate representation of color #7766B7: hue angle of 252.59º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7766B7 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 102 183 -
CMYK 0.35 0.44 0 0.28
HSL 252.59º 0.36% 0.56% -
HSV(B) 252.59º 0.44% 0.72% -
XYZ 20.91 16.84 46.95 -
YUV 116.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 119 102 183 0.35 0.44 0 0.28 252.59 0.36 0.56
Hex 77 66 B7 23 2C 0 1C FD 24 38
Octal 167 146 267 43 54 0 34 375 44 70
Binary 1110111 1100110 10110111 100011 101100 0 11100 11111101 100100 111000

Color Harmonies of #7766B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766B7

Black with #7766B7

Text Example


Text Example

White with #7766B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7766B7; }

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

 H1.HeaderClassName
 {
   color: #7766B7;
 }
 .AnyTagClassName
 {
   color: #7766B7;
 }
</style>

background-color css

<style>
 a { background-color: #7766B7; }

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

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

border-color css

<style>
 span { border-color: #7766B7; }

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

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