#777AB9

Color #777AB9 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #777AB9

Tints of Chetwode Blue #777AB9

Color information

#777AB9 (or 0x777AB9) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and B9. RGB value is (119,122,185). Sum of RGB (Red+Green+Blue) = 119+122+185=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #777AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AB9 is #888546. Grayscale: #808080. Windows color (decimal): -8947015 or 12155511. OLE color: 12155511.

HSL color Cylindrical-coordinate representation of color #777AB9: hue angle of 237.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777AB9 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119122185-
CMYK0.360.3400.27
HSL237.27º32.04%59.61%-
HSV(B)237.27º35.68%72.55%-
XYZ23.3221.3448.79-
YUV128.28160.01121.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=27.93%
G=28.64%
B=43.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191221850.360.3400.27237.2732.0459.61
Hex777AB9242201Bed203c
Octal16717227144420333554074
Binary111011111110101011100110010010001001101111101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #777AB9;
 }
 .AnyTagClassName
 {
   color: #777AB9;
 }
</style>
background-color css

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

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

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

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

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

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