#777F97

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

Shades of Ship Cove #777F97

Tints of Ship Cove #777F97

Color information

#777F97 (or 0x777F97) is unknown color: approx Ship Cove. HEX triplet: 77, 7F and 97. RGB value is (119,127,151). Sum of RGB (Red+Green+Blue) = 119+127+151=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #777F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F97 is #888068. Grayscale: #7F7F7F. Windows color (decimal): -8945769 or 9928567. OLE color: 9928567.

HSL color Cylindrical-coordinate representation of color #777F97: hue angle of 225º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777F97 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119127151-
CMYK0.210.1600.41
HSL225º13.33%52.94%-
HSV(B)225º21.19%59.22%-
XYZ20.7821.3432.3-
YUV127.34141.35122.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=29.97%
G=31.99%
B=38.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191271510.210.1600.4122513.3352.94
Hex777F971510029e1d35
Octal16717722725200513411565
Binary111011111111111001011110101100000101001111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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