Html Css Color HEX #776CBA Moody Blue

📋 copy color: '#776CBA'

red 119 ◦ green 108 ◦ blue 186

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

Shades of Moody Blue #776CBA

Tints of Moody Blue #776CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 28.81%
G = 26.15%
B = 45.04%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#776CBA (or 0x776CBA) is known color: Moody Blue. HEX triplet: 77, 6C and BA. RGB value is (119,108,186). Sum of RGB (Red+Green+Blue) = 119+108+186=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #776CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CBA is #889345. Grayscale: #777777. Windows color (decimal): -8950598 or 12217463. OLE color: 12217463.

HSL color Cylindrical-coordinate representation of color #776CBA: hue angle of 248.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776CBA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 108 186 -
CMYK 0.36 0.42 0 0.27
HSL 248.46º 0.36% 0.58% -
HSV(B) 248.46º 0.42% 0.73% -
XYZ 21.83 18.19 48.82 -
YUV 120.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 119 108 186 0.36 0.42 0 0.27 248.46 0.36 0.58
Hex 77 6C BA 24 2A 0 1B F8 24 3A
Octal 167 154 272 44 52 0 33 370 44 72
Binary 1110111 1101100 10111010 100100 101010 0 11011 11111000 100100 111010

Color Harmonies of #776CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CBA

Black with #776CBA

Text Example


Text Example

White with #776CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #776CBA;
 }
 .AnyTagClassName
 {
   color: #776CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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