#777DAB

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

Shades of Ship Cove #777DAB

Tints of Ship Cove #777DAB

Color information

#777DAB (or 0x777DAB) is unknown color: approx Ship Cove. HEX triplet: 77, 7D and AB. RGB value is (119,125,171). Sum of RGB (Red+Green+Blue) = 119+125+171=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #777DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAB is #888254. Grayscale: #808080. Windows color (decimal): -8946261 or 11238775. OLE color: 11238775.

HSL color Cylindrical-coordinate representation of color #777DAB: hue angle of 233.08º degrees, saturation: 0.24, 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 #777DAB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119125171-
CMYK0.300.2700.33
HSL233.08º23.64%56.86%-
HSV(B)233.08º30.41%67.06%-
XYZ22.2921.5341.51-
YUV128.45152.01121.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=28.67%
G=30.12%
B=41.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191251710.300.2700.33233.0823.6456.86
Hex777DAB1E1B021e91839
Octal16717525336330413513071
Binary1110111111110110101011111101101101000011110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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