Html Css Color HEX #776ECC Moody Blue

📋 copy color: '#776ECC'

red 119 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #776ECC

Tints of Moody Blue #776ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

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

R = 27.48%
G = 25.4%
B = 47.11%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#776ECC (or 0x776ECC) is known color: Moody Blue. HEX triplet: 77, 6E and CC. RGB value is (119,110,204). Sum of RGB (Red+Green+Blue) = 119+110+204=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #776ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ECC is #889133. Grayscale: #7B7B7B. Windows color (decimal): -8950068 or 13397623. OLE color: 13397623.

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

Color convert

RGB 119 110 204 -
CMYK 0.42 0.46 0 0.2
HSL 245.74º 0.48% 0.62% -
HSV(B) 245.74º 0.46% 0.8% -
XYZ 24.08 19.43 59.61 -
YUV 123.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 119 110 204 0.42 0.46 0 0.2 245.74 0.48 0.62
Hex 77 6E CC 2A 2E 0 14 F6 30 3E
Octal 167 156 314 52 56 0 24 366 60 76
Binary 1110111 1101110 11001100 101010 101110 0 10100 11110110 110000 111110

Color Harmonies of #776ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776ECC

Black with #776ECC

Text Example


Text Example

White with #776ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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