#7690AC

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

Shades of Ship Cove #7690AC

Tints of Ship Cove #7690AC

Color information

#7690AC (or 0x7690AC) is unknown color: approx Ship Cove. HEX triplet: 76, 90 and AC. RGB value is (118,144,172). Sum of RGB (Red+Green+Blue) = 118+144+172=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #7690AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690AC is #896F53. Grayscale: #8B8B8B. Windows color (decimal): -9006932 or 11309174. OLE color: 11309174.

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

Color convert

RGB118144172-
CMYK0.310.1600.33
HSL211.11º24.55%56.86%-
HSV(B)211.11º31.4%67.45%-
XYZ24.8926.7842.89-
YUV139.42146.39112.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=27.19%
G=33.18%
B=39.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181441720.310.1600.33211.1124.5556.86
Hex7690AC1F10021d31939
Octal16622025437200413233171
Binary11101101001000010101100111111000001000011101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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