#7690AF

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

Shades of Ship Cove #7690AF

Tints of Ship Cove #7690AF

Color information

#7690AF (or 0x7690AF) is unknown color: approx Ship Cove. HEX triplet: 76, 90 and AF. RGB value is (118,144,175). Sum of RGB (Red+Green+Blue) = 118+144+175=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #7690AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690AF is #896F50. Grayscale: #8B8B8B. Windows color (decimal): -9006929 or 11505782. OLE color: 11505782.

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

Color convert

RGB118144175-
CMYK0.330.1800.31
HSL212.63º26.27%57.45%-
HSV(B)212.63º32.57%68.63%-
XYZ25.1826.8944.42-
YUV139.76147.89112.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=27.00%
G=32.95%
B=40.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181441750.330.1800.31212.6326.2757.45
Hex7690AF211201Fd51a39
Octal16622025741220373253271
Binary11101101001000010101111100001100100111111101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,144,175); }

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

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

 a { background-color: rgb(118,144,175); }

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

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

 span { border-color: rgb(118,144,175); }

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