Html Css Color HEX #777ABC Moody Blue

📋 copy color: '#777ABC'

red 119 ◦ green 122 ◦ blue 188

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

Shades of Moody Blue #777ABC

Tints of Moody Blue #777ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 27.74%
G = 28.44%
B = 43.82%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#777ABC (or 0x777ABC) is known color: Moody Blue. HEX triplet: 77, 7A and BC. RGB value is (119,122,188). Sum of RGB (Red+Green+Blue) = 119+122+188=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #777ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABC is #888543. Grayscale: #808080. Windows color (decimal): -8947012 or 12352119. OLE color: 12352119.

HSL color Cylindrical-coordinate representation of color #777ABC: hue angle of 237.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777ABC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 122 188 -
CMYK 0.37 0.35 0 0.26
HSL 237.39º 0.34% 0.6% -
HSV(B) 237.39º 0.37% 0.74% -
XYZ 23.64 21.47 50.48 -
YUV 128.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 119 122 188 0.37 0.35 0 0.26 237.39 0.34 0.6
Hex 77 7A BC 25 23 0 1A ED 22 3C
Octal 167 172 274 45 43 0 32 355 42 74
Binary 1110111 1111010 10111100 100101 100011 0 11010 11101101 100010 111100

Color Harmonies of #777ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ABC

Black with #777ABC

Text Example


Text Example

White with #777ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777ABC; }

 p { color: rgb(119,122,188); }

 H1.HeaderClassName
 {
   color: #777ABC;
 }
 .AnyTagClassName
 {
   color: #777ABC;
 }
</style>

background-color css

<style>
 a { background-color: #777ABC; }

 a { background-color: rgb(119,122,188); }

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

border-color css

<style>
 span { border-color: #777ABC; }

 span { border-color: rgb(119,122,188); }

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