#7774AB

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

Shades of Chetwode Blue #7774AB

Tints of Chetwode Blue #7774AB

Color information

#7774AB (or 0x7774AB) is unknown color: approx Chetwode Blue. HEX triplet: 77, 74 and AB. RGB value is (119,116,171). Sum of RGB (Red+Green+Blue) = 119+116+171=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7774AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7774AB is #888B54. Grayscale: #7A7A7A. Windows color (decimal): -8948565 or 11236471. OLE color: 11236471.

HSL color Cylindrical-coordinate representation of color #7774AB: hue angle of 243.27º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7774AB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119116171-
CMYK0.300.3200.33
HSL243.27º24.66%56.27%-
HSV(B)243.27º32.16%67.06%-
XYZ21.219.3541.15-
YUV123.17154.99125.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=29.31%
G=28.57%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191161710.300.3200.33243.2724.6656.27
Hex7774AB1E20021f31938
Octal16716425336400413633170
Binary11101111110100101010111111010000001000011111001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7774AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7774AB; }

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

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

<style>
 a { background-color: #7774AB; }

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

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

<style>
 span { border-color: #7774AB; }

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

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