#777EAD

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

Shades of Ship Cove #777EAD

Tints of Ship Cove #777EAD

Color information

#777EAD (or 0x777EAD) is unknown color: approx Ship Cove. HEX triplet: 77, 7E and AD. RGB value is (119,126,173). Sum of RGB (Red+Green+Blue) = 119+126+173=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #777EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAD is #888152. Grayscale: #818181. Windows color (decimal): -8946003 or 11370103. OLE color: 11370103.

HSL color Cylindrical-coordinate representation of color #777EAD: hue angle of 232.22º 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 #777EAD is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119126173-
CMYK0.310.2700.32
HSL232.22º24.77%57.25%-
HSV(B)232.22º31.21%67.84%-
XYZ22.6121.8642.56-
YUV129.26152.68120.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=28.47%
G=30.14%
B=41.39%

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
Decimal1191261730.310.2700.32232.2224.7757.25
Hex777EAD1F1B020e81939
Octal16717625537330403503171
Binary1110111111111010101101111111101101000001110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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