#7778AC

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

Shades of Chetwode Blue #7778AC

Tints of Chetwode Blue #7778AC

Color information

#7778AC (or 0x7778AC) is unknown color: approx Chetwode Blue. HEX triplet: 77, 78 and AC. RGB value is (119,120,172). Sum of RGB (Red+Green+Blue) = 119+120+172=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #7778AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7778AC is #888753. Grayscale: #7D7D7D. Windows color (decimal): -8947540 or 11303031. OLE color: 11303031.

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

Color convert

RGB119120172-
CMYK0.310.3000.33
HSL238.87º24.2%57.06%-
HSV(B)238.87º30.81%67.45%-
XYZ21.7720.3341.81-
YUV125.63154.17123.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=28.95%
G=29.20%
B=41.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191201720.310.3000.33238.8724.257.06
Hex7778AC1F1E021ef1839
Octal16717025437360413573071
Binary1110111111100010101100111111111001000011110111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7778AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7778AC; }

 p { color: rgb(119,120,172); }

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

<style>
 a { background-color: #7778AC; }

 a { background-color: rgb(119,120,172); }

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

<style>
 span { border-color: #7778AC; }

 span { border-color: rgb(119,120,172); }

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