#777FAA

Color #777FAA Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #777FAA

Tints of Ship Cove #777FAA

Color information

#777FAA (or 0x777FAA) is unknown color: approx Ship Cove. HEX triplet: 77, 7F and AA. RGB value is (119,127,170). Sum of RGB (Red+Green+Blue) = 119+127+170=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #777FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAA is #888055. Grayscale: #818181. Windows color (decimal): -8945750 or 11173751. OLE color: 11173751.

HSL color Cylindrical-coordinate representation of color #777FAA: hue angle of 230.59º degrees, saturation: 0.23, 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 #777FAA is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119127170-
CMYK0.30.2500.33
HSL230.59º23.08%56.67%-
HSV(B)230.59º30%66.67%-
XYZ22.452241.09-
YUV129.51150.85120.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=28.61%
G=30.53%
B=40.87%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191271700.30.2500.33230.5923.0856.67
Hex777FAA1E19021e71739
Octal16717725236310413472771
Binary1110111111111110101010111101100101000011110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,170); }

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

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

 a { background-color: rgb(119,127,170); }

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

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

 span { border-color: rgb(119,127,170); }

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