#777ABA

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

Shades of Chetwode Blue #777ABA

Tints of Chetwode Blue #777ABA

Color information

#777ABA (or 0x777ABA) is unknown color: approx Chetwode Blue. HEX triplet: 77, 7A and BA. RGB value is (119,122,186). Sum of RGB (Red+Green+Blue) = 119+122+186=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #777ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABA is #888545. Grayscale: #808080. Windows color (decimal): -8947014 or 12221047. OLE color: 12221047.

HSL color Cylindrical-coordinate representation of color #777ABA: hue angle of 237.31º 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 #777ABA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119122186-
CMYK0.360.3400.27
HSL237.31º32.68%59.8%-
HSV(B)237.31º36.02%72.94%-
XYZ23.4321.3949.35-
YUV128.4160.51121.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=27.87%
G=28.57%
B=43.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191221860.360.3400.27237.3132.6859.8
Hex777ABA242201Bed213c
Octal16717227244420333554174
Binary111011111110101011101010010010001001101111101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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