#777AB1

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

Shades of Chetwode Blue #777AB1

Tints of Chetwode Blue #777AB1

Color information

#777AB1 (or 0x777AB1) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and B1. RGB value is (119,122,177). Sum of RGB (Red+Green+Blue) = 119+122+177=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #777AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AB1 is #88854E. Grayscale: #7F7F7F. Windows color (decimal): -8947023 or 11631223. OLE color: 11631223.

HSL color Cylindrical-coordinate representation of color #777AB1: hue angle of 236.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777AB1 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119122177-
CMYK0.330.3100.31
HSL236.9º27.1%58.04%-
HSV(B)236.9º32.77%69.41%-
XYZ22.521.0244.47-
YUV127.37156.01122.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=28.47%
G=29.19%
B=42.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191221770.330.3100.31236.927.158.04
Hex777AB1211F01Fed1b3a
Octal16717226141370373553372
Binary1110111111101010110001100001111110111111110110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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