#7787AB

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

Shades of Ship Cove #7787AB

Tints of Ship Cove #7787AB

Color information

#7787AB (or 0x7787AB) is unknown color: approx Ship Cove. HEX triplet: 77, 87 and AB. RGB value is (119,135,171). Sum of RGB (Red+Green+Blue) = 119+135+171=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7787AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7787AB is #887854. Grayscale: #868686. Windows color (decimal): -8943701 or 11241335. OLE color: 11241335.

HSL color Cylindrical-coordinate representation of color #7787AB: hue angle of 221.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7787AB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119135171-
CMYK0.300.2100.33
HSL221.54º23.64%56.86%-
HSV(B)221.54º30.41%67.06%-
XYZ23.6224.1941.95-
YUV134.32148.7117.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=28%
G=31.76%
B=40.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191351710.300.2100.33221.5423.6456.86
Hex7787AB1E15021de1839
Octal16720725336250413363071
Binary11101111000011110101011111101010101000011101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7787AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7787AB; }

 p { color: rgb(119,135,171); }

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

<style>
 a { background-color: #7787AB; }

 a { background-color: rgb(119,135,171); }

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

<style>
 span { border-color: #7787AB; }

 span { border-color: rgb(119,135,171); }

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