#777ABB

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

Shades of Chetwode Blue #777ABB

Tints of Chetwode Blue #777ABB

Color information

#777ABB (or 0x777ABB) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and BB. RGB value is (119,122,187). Sum of RGB (Red+Green+Blue) = 119+122+187=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #777ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABB is #888544. Grayscale: #808080. Windows color (decimal): -8947013 or 12286583. OLE color: 12286583.

HSL color Cylindrical-coordinate representation of color #777ABB: hue angle of 237.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777ABB is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119122187-
CMYK0.360.3500.27
HSL237.35º33.33%60%-
HSV(B)237.35º36.36%73.33%-
XYZ23.5421.4349.91-
YUV128.51161.01121.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.80%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=27.80%
G=28.50%
B=43.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191221870.360.3500.27237.3533.3360
Hex777ABB242301Bed213c
Octal16717227344430333554174
Binary111011111110101011101110010010001101101111101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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