#777DAA

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

Shades of Ship Cove #777DAA

Tints of Ship Cove #777DAA

Color information

#777DAA (or 0x777DAA) is unknown color: approx Ship Cove. HEX triplet: 77, 7D and AA. RGB value is (119,125,170). Sum of RGB (Red+Green+Blue) = 119+125+170=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #777DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAA is #888255. Grayscale: #808080. Windows color (decimal): -8946262 or 11173239. OLE color: 11173239.

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

Color convert

RGB119125170-
CMYK0.30.2600.33
HSL232.94º23.08%56.67%-
HSV(B)232.94º30%66.67%-
XYZ22.221.4941.01-
YUV128.34151.51121.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=28.74%
G=30.19%
B=41.06%

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
Decimal1191251700.30.2600.33232.9423.0856.67
Hex777DAA1E1A021e91739
Octal16717525236320413512771
Binary1110111111110110101010111101101001000011110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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