Html Css Color HEX #7770CC Moody Blue

📋 copy color: '#7770CC'

red 119 ◦ green 112 ◦ blue 204

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

Shades of Moody Blue #7770CC

Tints of Moody Blue #7770CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 27.36%
G = 25.75%
B = 46.9%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7770CC (or 0x7770CC) is known color: Moody Blue. HEX triplet: 77, 70 and CC. RGB value is (119,112,204). Sum of RGB (Red+Green+Blue) = 119+112+204=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7770CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770CC is #888F33. Grayscale: #7C7C7C. Windows color (decimal): -8949556 or 13398135. OLE color: 13398135.

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

Color convert

RGB 119 112 204 -
CMYK 0.42 0.45 0 0.2
HSL 244.57º 0.47% 0.62% -
HSV(B) 244.57º 0.45% 0.8% -
XYZ 24.3 19.87 59.68 -
YUV 124.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 119 112 204 0.42 0.45 0 0.2 244.57 0.47 0.62
Hex 77 70 CC 2A 2D 0 14 F5 2F 3E
Octal 167 160 314 52 55 0 24 365 57 76
Binary 1110111 1110000 11001100 101010 101101 0 10100 11110101 101111 111110

Color Harmonies of #7770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770CC

Black with #7770CC

Text Example


Text Example

White with #7770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7770CC; }

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

 H1.HeaderClassName
 {
   color: #7770CC;
 }
 .AnyTagClassName
 {
   color: #7770CC;
 }
</style>

background-color css

<style>
 a { background-color: #7770CC; }

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

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

border-color css

<style>
 span { border-color: #7770CC; }

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

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