#77839F

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

Shades of Ship Cove #77839F

Tints of Ship Cove #77839F

Color information

#77839F (or 0x77839F) is unknown color: approx Ship Cove. HEX triplet: 77, 83 and 9F. RGB value is (119,131,159). Sum of RGB (Red+Green+Blue) = 119+131+159=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #77839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77839F is #887C60. Grayscale: #828282. Windows color (decimal): -8944737 or 10453879. OLE color: 10453879.

HSL color Cylindrical-coordinate representation of color #77839F: hue angle of 222º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77839F is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119131159-
CMYK0.250.1800.38
HSL222º17.24%54.51%-
HSV(B)222º25.16%62.35%-
XYZ21.9822.6636.02-
YUV130.6144.02119.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=29.10%
G=32.03%
B=38.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191311590.250.1800.3822217.2454.51
Hex77839F1912026de1137
Octal16720323731220463362167
Binary11101111000001110011111110011001001001101101111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77839F; }

 p { color: rgb(119,131,159); }

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

<style>
 a { background-color: #77839F; }

 a { background-color: rgb(119,131,159); }

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

<style>
 span { border-color: #77839F; }

 span { border-color: rgb(119,131,159); }

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