#777D98

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

Shades of Ship Cove #777D98

Tints of Ship Cove #777D98

Color information

#777D98 (or 0x777D98) is unknown color: approx Ship Cove. HEX triplet: 77, 7D and 98. RGB value is (119,125,152). Sum of RGB (Red+Green+Blue) = 119+125+152=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #777D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D98 is #888267. Grayscale: #7E7E7E. Windows color (decimal): -8946280 or 9993591. OLE color: 9993591.

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

Color convert

RGB119125152-
CMYK0.220.1800.40
HSL229.09º13.81%53.14%-
HSV(B)229.09º21.71%59.61%-
XYZ20.6120.8632.65-
YUV126.28142.51122.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=30.05%
G=31.57%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191251520.220.1800.40229.0913.8153.14
Hex777D981612028e5e35
Octal16717523026220503451665
Binary111011111111011001100010110100100101000111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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