Html Css Color HEX #7776BC Moody Blue

📋 copy color: '#7776BC'

red 119 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #7776BC

Tints of Moody Blue #7776BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 28%
G = 27.76%
B = 44.24%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7776BC (or 0x7776BC) is known color: Moody Blue. HEX triplet: 77, 76 and BC. RGB value is (119,118,188). Sum of RGB (Red+Green+Blue) = 119+118+188=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #7776BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776BC is #888943. Grayscale: #7E7E7E. Windows color (decimal): -8948036 or 12351095. OLE color: 12351095.

HSL color Cylindrical-coordinate representation of color #7776BC: hue angle of 240.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7776BC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 118 188 -
CMYK 0.37 0.37 0 0.26
HSL 240.86º 0.34% 0.6% -
HSV(B) 240.86º 0.37% 0.74% -
XYZ 23.16 20.51 50.31 -
YUV 126.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 119 118 188 0.37 0.37 0 0.26 240.86 0.34 0.6
Hex 77 76 BC 25 25 0 1A F1 22 3C
Octal 167 166 274 45 45 0 32 361 42 74
Binary 1110111 1110110 10111100 100101 100101 0 11010 11110001 100010 111100

Color Harmonies of #7776BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7776BC

Black with #7776BC

Text Example


Text Example

White with #7776BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7776BC; }

 p { color: rgb(119,118,188); }

 H1.HeaderClassName
 {
   color: #7776BC;
 }
 .AnyTagClassName
 {
   color: #7776BC;
 }
</style>

background-color css

<style>
 a { background-color: #7776BC; }

 a { background-color: rgb(119,118,188); }

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

border-color css

<style>
 span { border-color: #7776BC; }

 span { border-color: rgb(119,118,188); }

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