#777FAD

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

Shades of Ship Cove #777FAD

Tints of Ship Cove #777FAD

Color information

#777FAD (or 0x777FAD) is unknown color: approx Ship Cove. HEX triplet: 77, 7F and AD. RGB value is (119,127,173). Sum of RGB (Red+Green+Blue) = 119+127+173=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #777FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAD is #888052. Grayscale: #818181. Windows color (decimal): -8945747 or 11370359. OLE color: 11370359.

HSL color Cylindrical-coordinate representation of color #777FAD: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777FAD is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119127173-
CMYK0.310.2700.32
HSL231.11º24.77%57.25%-
HSV(B)231.11º31.21%67.84%-
XYZ22.7422.1242.61-
YUV129.85152.35120.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=28.40%
G=30.31%
B=41.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191271730.310.2700.32231.1124.7757.25
Hex777FAD1F1B020e71939
Octal16717725537330403473171
Binary1110111111111110101101111111101101000001110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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