#7784AF

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

Shades of Ship Cove #7784AF

Tints of Ship Cove #7784AF

Color information

#7784AF (or 0x7784AF) is unknown color: approx Ship Cove. HEX triplet: 77, 84 and AF. RGB value is (119,132,175). Sum of RGB (Red+Green+Blue) = 119+132+175=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #7784AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7784AF is #887B50. Grayscale: #848484. Windows color (decimal): -8944465 or 11502711. OLE color: 11502711.

HSL color Cylindrical-coordinate representation of color #7784AF: hue angle of 226.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7784AF is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119132175-
CMYK0.320.2500.31
HSL226.07º25.93%57.65%-
HSV(B)226.07º32%68.63%-
XYZ23.623.5243.85-
YUV133.01151.69118-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=27.93%
G=30.99%
B=41.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191321750.320.2500.31226.0725.9357.65
Hex7784AF201901Fe21a3a
Octal16720425740310373423272
Binary11101111000010010101111100000110010111111110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7784AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7784AF; }

 p { color: rgb(119,132,175); }

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

<style>
 a { background-color: #7784AF; }

 a { background-color: rgb(119,132,175); }

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

<style>
 span { border-color: #7784AF; }

 span { border-color: rgb(119,132,175); }

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