#7785AA

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

Shades of Ship Cove #7785AA

Tints of Ship Cove #7785AA

Color information

#7785AA (or 0x7785AA) is unknown color: approx Ship Cove. HEX triplet: 77, 85 and AA. RGB value is (119,133,170). Sum of RGB (Red+Green+Blue) = 119+133+170=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #7785AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AA is #887A55. Grayscale: #848484. Windows color (decimal): -8944214 or 11175287. OLE color: 11175287.

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

Color convert

RGB119133170-
CMYK0.30.2200.33
HSL223.53º23.08%56.67%-
HSV(B)223.53º30%66.67%-
XYZ23.2523.641.36-
YUV133.03148.86117.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.20%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=28.20%
G=31.52%
B=40.28%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191331700.30.2200.33223.5323.0856.67
Hex7785AA1E16021e01739
Octal16720525236260413402771
Binary11101111000010110101010111101011001000011110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7785AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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