Html Css Color HEX #7772CC Moody Blue

📋 copy color: '#7772CC'

red 119 ◦ green 114 ◦ blue 204

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

Shades of Moody Blue #7772CC

Tints of Moody Blue #7772CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 27.23%
G = 26.09%
B = 46.68%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7772CC (or 0x7772CC) is known color: Moody Blue. HEX triplet: 77, 72 and CC. RGB value is (119,114,204). Sum of RGB (Red+Green+Blue) = 119+114+204=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7772CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772CC is #888D33. Grayscale: #7D7D7D. Windows color (decimal): -8949044 or 13398647. OLE color: 13398647.

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

Color convert

RGB 119 114 204 -
CMYK 0.42 0.44 0 0.2
HSL 243.33º 0.47% 0.62% -
HSV(B) 243.33º 0.44% 0.8% -
XYZ 24.52 20.32 59.76 -
YUV 125.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 119 114 204 0.42 0.44 0 0.2 243.33 0.47 0.62
Hex 77 72 CC 2A 2C 0 14 F3 2F 3E
Octal 167 162 314 52 54 0 24 363 57 76
Binary 1110111 1110010 11001100 101010 101100 0 10100 11110011 101111 111110

Color Harmonies of #7772CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7772CC

Black with #7772CC

Text Example


Text Example

White with #7772CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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