Html Css Color HEX #7776CF Moody Blue

📋 copy color: '#7776CF'

red 119 ◦ green 118 ◦ blue 207

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

Shades of Moody Blue #7776CF

Tints of Moody Blue #7776CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 26.8%
G = 26.58%
B = 46.62%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7776CF (or 0x7776CF) is known color: Moody Blue. HEX triplet: 77, 76 and CF. RGB value is (119,118,207). Sum of RGB (Red+Green+Blue) = 119+118+207=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7776CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776CF is #888930. Grayscale: #808080. Windows color (decimal): -8948017 or 13596279. OLE color: 13596279.

HSL color Cylindrical-coordinate representation of color #7776CF: hue angle of 240.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7776CF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 118 207 -
CMYK 0.43 0.43 0 0.19
HSL 240.67º 0.48% 0.64% -
HSV(B) 240.67º 0.43% 0.81% -
XYZ 25.35 21.38 61.82 -
YUV 128.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 119 118 207 0.43 0.43 0 0.19 240.67 0.48 0.64
Hex 77 76 CF 2B 2B 0 13 F1 30 40
Octal 167 166 317 53 53 0 23 361 60 100
Binary 1110111 1110110 11001111 101011 101011 0 10011 11110001 110000 1000000

Color Harmonies of #7776CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7776CF

Black with #7776CF

Text Example


Text Example

White with #7776CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7776CF; }

 p { color: rgb(119,118,207); }

 H1.HeaderClassName
 {
   color: #7776CF;
 }
 .AnyTagClassName
 {
   color: #7776CF;
 }
</style>

background-color css

<style>
 a { background-color: #7776CF; }

 a { background-color: rgb(119,118,207); }

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

border-color css

<style>
 span { border-color: #7776CF; }

 span { border-color: rgb(119,118,207); }

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