#777AB7

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

Shades of Chetwode Blue #777AB7

Tints of Chetwode Blue #777AB7

Color information

#777AB7 (or 0x777AB7) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and B7. RGB value is (119,122,183). Sum of RGB (Red+Green+Blue) = 119+122+183=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 183 - color contains mainly: blue. Hex color #777AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AB7 is #888548. Grayscale: #7F7F7F. Windows color (decimal): -8947017 or 12024439. OLE color: 12024439.

HSL color Cylindrical-coordinate representation of color #777AB7: hue angle of 237.19º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777AB7 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB119122183-
CMYK0.350.3300.28
HSL237.19º30.77%59.22%-
HSV(B)237.19º34.97%71.76%-
XYZ23.1121.2647.69-
YUV128.06159.01121.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.07%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 183 (71.88% from 255) = 43.16%
R=28.07%
G=28.77%
B=43.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191221830.350.3300.28237.1930.7759.22
Hex777AB7232101Ced1f3b
Octal16717226743410343553773
Binary11101111111010101101111000111000010111001110110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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