#777AAD

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

Shades of Chetwode Blue #777AAD

Tints of Chetwode Blue #777AAD

Color information

#777AAD (or 0x777AAD) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and AD. RGB value is (119,122,173). Sum of RGB (Red+Green+Blue) = 119+122+173=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #777AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAD is #888552. Grayscale: #7E7E7E. Windows color (decimal): -8947027 or 11369079. OLE color: 11369079.

HSL color Cylindrical-coordinate representation of color #777AAD: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777AAD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119122173-
CMYK0.310.2900.32
HSL236.67º24.77%57.25%-
HSV(B)236.67º31.21%67.84%-
XYZ22.1120.8642.4-
YUV126.92154.01122.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=28.74%
G=29.47%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191221730.310.2900.32236.6724.7757.25
Hex777AAD1F1D020ed1939
Octal16717225537350403553171
Binary1110111111101010101101111111110101000001110110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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