#77799B

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

Shades of Ship Cove #77799B

Tints of Ship Cove #77799B

Color information

#77799B (or 0x77799B) is unknown color: approx Ship Cove. HEX triplet: 77, 79 and 9B. RGB value is (119,121,155). Sum of RGB (Red+Green+Blue) = 119+121+155=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #77799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77799B is #888664. Grayscale: #7C7C7C. Windows color (decimal): -8947301 or 10189175. OLE color: 10189175.

HSL color Cylindrical-coordinate representation of color #77799B: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77799B is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119121155-
CMYK0.230.2200.39
HSL236.67º15.25%53.73%-
HSV(B)236.67º23.23%60.78%-
XYZ20.3619.9633.79-
YUV124.28145.34124.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=30.13%
G=30.63%
B=39.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191211550.230.2200.39236.6715.2553.73
Hex77799B1716027edf36
Octal16717123327260473551766
Binary111011111110011001101110111101100100111111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77799B; }

 p { color: rgb(119,121,155); }

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

<style>
 a { background-color: #77799B; }

 a { background-color: rgb(119,121,155); }

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

<style>
 span { border-color: #77799B; }

 span { border-color: rgb(119,121,155); }

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