#777D99

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

Shades of Ship Cove #777D99

Tints of Ship Cove #777D99

Color information

#777D99 (or 0x777D99) is unknown color: approx Ship Cove. HEX triplet: 77, 7D and 99. RGB value is (119,125,153). Sum of RGB (Red+Green+Blue) = 119+125+153=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #777D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D99 is #888266. Grayscale: #7E7E7E. Windows color (decimal): -8946279 or 10059127. OLE color: 10059127.

HSL color Cylindrical-coordinate representation of color #777D99: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777D99 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119125153-
CMYK0.220.1800.4
HSL229.41º14.29%53.33%-
HSV(B)229.41º22.22%60%-
XYZ20.6920.8933.08-
YUV126.4143.01122.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=29.97%
G=31.49%
B=38.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191251530.220.1800.4229.4114.2953.33
Hex777D991612028e5e35
Octal16717523126220503451665
Binary111011111111011001100110110100100101000111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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