Html Css Color HEX #7767B0 Blue Marguerite

📋 copy color: '#7767B0'

red 119 ◦ green 103 ◦ blue 176

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

Shades of Blue Marguerite #7767B0

Tints of Blue Marguerite #7767B0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 176 (69.14% from 255) = 44.22%

R = 29.9%
G = 25.88%
B = 44.22%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7767B0 (or 0x7767B0) is known color: Blue Marguerite. HEX triplet: 77, 67 and B0. RGB value is (119,103,176). Sum of RGB (Red+Green+Blue) = 119+103+176=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #7767B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767B0 is #88984F. Grayscale: #737373. Windows color (decimal): -8951888 or 11560823. OLE color: 11560823.

HSL color Cylindrical-coordinate representation of color #7767B0: hue angle of 253.15º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7767B0 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 103 176 -
CMYK 0.32 0.41 0 0.31
HSL 253.15º 0.32% 0.55% -
HSV(B) 253.15º 0.41% 0.69% -
XYZ 20.29 16.76 43.24 -
YUV 116.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 119 103 176 0.32 0.41 0 0.31 253.15 0.32 0.55
Hex 77 67 B0 20 29 0 1F FD 20 37
Octal 167 147 260 40 51 0 37 375 40 67
Binary 1110111 1100111 10110000 100000 101001 0 11111 11111101 100000 110111

Color Harmonies of #7767B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767B0

Black with #7767B0

Text Example


Text Example

White with #7767B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7767B0; }

 p { color: rgb(119,103,176); }

 H1.HeaderClassName
 {
   color: #7767B0;
 }
 .AnyTagClassName
 {
   color: #7767B0;
 }
</style>

background-color css

<style>
 a { background-color: #7767B0; }

 a { background-color: rgb(119,103,176); }

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

border-color css

<style>
 span { border-color: #7767B0; }

 span { border-color: rgb(119,103,176); }

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