#777C99

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

Shades of Ship Cove #777C99

Tints of Ship Cove #777C99

Color information

#777C99 (or 0x777C99) is unknown color: approx Ship Cove. HEX triplet: 77, 7C and 99. RGB value is (119,124,153). Sum of RGB (Red+Green+Blue) = 119+124+153=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #777C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C99 is #888366. Grayscale: #7D7D7D. Windows color (decimal): -8946535 or 10058871. OLE color: 10058871.

HSL color Cylindrical-coordinate representation of color #777C99: hue angle of 231.18º 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 #777C99 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119124153-
CMYK0.220.1900.4
HSL231.18º14.29%53.33%-
HSV(B)231.18º22.22%60%-
XYZ20.5720.6433.04-
YUV125.81143.34123.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=30.05%
G=31.31%
B=38.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191241530.220.1900.4231.1814.2953.33
Hex777C991613028e7e35
Octal16717423126230503471665
Binary111011111111001001100110110100110101000111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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