Html Css Color HEX #776CCC Moody Blue

📋 copy color: '#776CCC'

red 119 ◦ green 108 ◦ blue 204

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

Shades of Moody Blue #776CCC

Tints of Moody Blue #776CCC

RGB

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

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

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

R = 27.61%
G = 25.06%
B = 47.33%

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

#776CCC (or 0x776CCC) is known color: Moody Blue. HEX triplet: 77, 6C and CC. RGB value is (119,108,204). Sum of RGB (Red+Green+Blue) = 119+108+204=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #776CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CCC is #889333. Grayscale: #797979. Windows color (decimal): -8950580 or 13397111. OLE color: 13397111.

HSL color Cylindrical-coordinate representation of color #776CCC: hue angle of 246.88º 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 #776CCC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 108 204 -
CMYK 0.42 0.47 0 0.2
HSL 246.88º 0.48% 0.61% -
HSV(B) 246.88º 0.47% 0.8% -
XYZ 23.87 19.01 59.54 -
YUV 122.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 119 108 204 0.42 0.47 0 0.2 246.88 0.48 0.61
Hex 77 6C CC 2A 2F 0 14 F7 30 3D
Octal 167 154 314 52 57 0 24 367 60 75
Binary 1110111 1101100 11001100 101010 101111 0 10100 11110111 110000 111101

Color Harmonies of #776CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CCC

Black with #776CCC

Text Example


Text Example

White with #776CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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