#77839E

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

Shades of Ship Cove #77839E

Tints of Ship Cove #77839E

Color information

#77839E (or 0x77839E) is unknown color: approx Ship Cove. HEX triplet: 77, 83 and 9E. RGB value is (119,131,158). Sum of RGB (Red+Green+Blue) = 119+131+158=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #77839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77839E is #887C61. Grayscale: #828282. Windows color (decimal): -8944738 or 10388343. OLE color: 10388343.

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

Color convert

RGB119131158-
CMYK0.250.1700.38
HSL221.54º16.74%54.31%-
HSV(B)221.54º24.68%61.96%-
XYZ21.922.6235.56-
YUV130.49143.52119.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=29.17%
G=32.11%
B=38.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191311580.250.1700.38221.5416.7454.31
Hex77839E1911026de1136
Octal16720323631210463362166
Binary11101111000001110011110110011000101001101101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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