#777AA7

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

Shades of Chetwode Blue #777AA7

Tints of Chetwode Blue #777AA7

Color information

#777AA7 (or 0x777AA7) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and A7. RGB value is (119,122,167). Sum of RGB (Red+Green+Blue) = 119+122+167=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #777AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AA7 is #888558. Grayscale: #7E7E7E. Windows color (decimal): -8947033 or 10975863. OLE color: 10975863.

HSL color Cylindrical-coordinate representation of color #777AA7: hue angle of 236.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777AA7 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB119122167-
CMYK0.290.2700.35
HSL236.25º21.43%56.08%-
HSV(B)236.25º28.74%65.49%-
XYZ21.5420.6339.41-
YUV126.23151.01122.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 167 (65.62% from 255) = 40.93%
R=29.17%
G=29.90%
B=40.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191221670.290.2700.35236.2521.4356.08
Hex777AA71D1B023ec1538
Octal16717224735330433542570
Binary1110111111101010100111111011101101000111110110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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