Html Css Color HEX #776BCC Moody Blue

📋 copy color: '#776BCC'

red 119 ◦ green 107 ◦ blue 204

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

Shades of Moody Blue #776BCC

Tints of Moody Blue #776BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 27.67%
G = 24.88%
B = 47.44%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#776BCC (or 0x776BCC) is known color: Moody Blue. HEX triplet: 77, 6B and CC. RGB value is (119,107,204). Sum of RGB (Red+Green+Blue) = 119+107+204=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #776BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCC is #889433. Grayscale: #797979. Windows color (decimal): -8950836 or 13396855. OLE color: 13396855.

HSL color Cylindrical-coordinate representation of color #776BCC: hue angle of 247.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776BCC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 107 204 -
CMYK 0.42 0.48 0 0.2
HSL 247.42º 0.49% 0.61% -
HSV(B) 247.42º 0.48% 0.8% -
XYZ 23.76 18.8 59.5 -
YUV 121.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 119 107 204 0.42 0.48 0 0.2 247.42 0.49 0.61
Hex 77 6B CC 2A 30 0 14 F7 31 3D
Octal 167 153 314 52 60 0 24 367 61 75
Binary 1110111 1101011 11001100 101010 110000 0 10100 11110111 110001 111101

Color Harmonies of #776BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BCC

Black with #776BCC

Text Example


Text Example

White with #776BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,107,204); }

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

background-color css

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

 a { background-color: rgb(119,107,204); }

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

border-color css

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

 span { border-color: rgb(119,107,204); }

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