#777BAB

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

Shades of Chetwode Blue #777BAB

Tints of Chetwode Blue #777BAB

Color information

#777BAB (or 0x777BAB) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7B and AB. RGB value is (119,123,171). Sum of RGB (Red+Green+Blue) = 119+123+171=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #777BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAB is #888454. Grayscale: #7F7F7F. Windows color (decimal): -8946773 or 11238263. OLE color: 11238263.

HSL color Cylindrical-coordinate representation of color #777BAB: hue angle of 235.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777BAB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119123171-
CMYK0.300.2800.33
HSL235.38º23.64%56.86%-
HSV(B)235.38º30.41%67.06%-
XYZ22.0421.0341.43-
YUV127.28152.67122.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=28.81%
G=29.78%
B=41.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191231710.300.2800.33235.3823.6456.86
Hex777BAB1E1C021eb1839
Octal16717325336340413533071
Binary1110111111101110101011111101110001000011110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,123,171); }

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

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

 a { background-color: rgb(119,123,171); }

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

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

 span { border-color: rgb(119,123,171); }

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