#7687AC

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

Shades of Ship Cove #7687AC

Tints of Ship Cove #7687AC

Color information

#7687AC (or 0x7687AC) is unknown color: approx Ship Cove. HEX triplet: 76, 87 and AC. RGB value is (118,135,172). Sum of RGB (Red+Green+Blue) = 118+135+172=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #7687AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7687AC is #897853. Grayscale: #858585. Windows color (decimal): -9009236 or 11306870. OLE color: 11306870.

HSL color Cylindrical-coordinate representation of color #7687AC: hue angle of 221.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 #7687AC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118135172-
CMYK0.310.2200.33
HSL221.11º24.55%56.86%-
HSV(B)221.11º31.4%67.45%-
XYZ23.5824.1642.45-
YUV134.14149.37116.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=27.76%
G=31.76%
B=40.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181351720.310.2200.33221.1124.5556.86
Hex7687AC1F16021dd1939
Octal16620725437260413353171
Binary11101101000011110101100111111011001000011101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7687AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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