#777EAA

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

Shades of Ship Cove #777EAA

Tints of Ship Cove #777EAA

Color information

#777EAA (or 0x777EAA) is unknown color: approx Ship Cove. HEX triplet: 77, 7E and AA. RGB value is (119,126,170). Sum of RGB (Red+Green+Blue) = 119+126+170=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #777EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAA is #888155. Grayscale: #808080. Windows color (decimal): -8946006 or 11173495. OLE color: 11173495.

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

Color convert

RGB119126170-
CMYK0.30.2600.33
HSL231.76º23.08%56.67%-
HSV(B)231.76º30%66.67%-
XYZ22.3221.7541.05-
YUV128.92151.18120.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=28.67%
G=30.36%
B=40.96%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191261700.30.2600.33231.7623.0856.67
Hex777EAA1E1A021e81739
Octal16717625236320413502771
Binary1110111111111010101010111101101001000011110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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