#7785AB

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

Shades of Ship Cove #7785AB

Tints of Ship Cove #7785AB

Color information

#7785AB (or 0x7785AB) is unknown color: approx Ship Cove. HEX triplet: 77, 85 and AB. RGB value is (119,133,171). Sum of RGB (Red+Green+Blue) = 119+133+171=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7785AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AB is #887A54. Grayscale: #848484. Windows color (decimal): -8944213 or 11240823. OLE color: 11240823.

HSL color Cylindrical-coordinate representation of color #7785AB: hue angle of 223.85º 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 #7785AB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119133171-
CMYK0.300.2200.33
HSL223.85º23.64%56.86%-
HSV(B)223.85º30.41%67.06%-
XYZ23.3523.6441.86-
YUV133.15149.36117.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=28.13%
G=31.44%
B=40.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191331710.300.2200.33223.8523.6456.86
Hex7785AB1E16021e01839
Octal16720525336260413403071
Binary11101111000010110101011111101011001000011110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7785AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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