Html Css Color HEX #776DCC Moody Blue

📋 copy color: '#776DCC'

red 119 ◦ green 109 ◦ blue 204

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

Shades of Moody Blue #776DCC

Tints of Moody Blue #776DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

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

R = 27.55%
G = 25.23%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#776DCC (or 0x776DCC) is known color: Moody Blue. HEX triplet: 77, 6D and CC. RGB value is (119,109,204). Sum of RGB (Red+Green+Blue) = 119+109+204=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #776DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCC is #889233. Grayscale: #7A7A7A. Windows color (decimal): -8950324 or 13397367. OLE color: 13397367.

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

Color convert

RGB 119 109 204 -
CMYK 0.42 0.47 0 0.2
HSL 246.32º 0.48% 0.61% -
HSV(B) 246.32º 0.47% 0.8% -
XYZ 23.98 19.22 59.57 -
YUV 122.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 119 109 204 0.42 0.47 0 0.2 246.32 0.48 0.61
Hex 77 6D CC 2A 2F 0 14 F6 30 3D
Octal 167 155 314 52 57 0 24 366 60 75
Binary 1110111 1101101 11001100 101010 101111 0 10100 11110110 110000 111101

Color Harmonies of #776DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DCC

Black with #776DCC

Text Example


Text Example

White with #776DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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