#7688ab

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

Shades of Ship Cove #7688AB

Tints of Ship Cove #7688AB

Color information

#7688AB (or 0x7688AB) is unknown color: approx Ship Cove. HEX triplet: 76, 88 and AB. RGB value is (118,136,171). Sum of RGB (Red+Green+Blue) = 118+136+171=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7688AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7688AB is #897754. Grayscale: #868686. Windows color (decimal): -9008981 or 11241590. OLE color: 11241590.

HSL color Cylindrical-coordinate representation of color #7688AB: hue angle of 219.62º degrees, saturation: 0.24, 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 #7688AB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118136171-
CMYK0.310.2000.33
HSL219.62º23.98%56.67%-
HSV(B)219.62º30.99%67.06%-
XYZ23.6324.441.99-
YUV134.61148.54116.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=27.76%
G=32%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181361710.310.2000.33219.6223.9856.67
Hex7688AB1F14021dc1839
Octal16621025337240413343071
Binary11101101000100010101011111111010001000011101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7688ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7688ab; }

 p { color: rgb(118,136,171); }

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

<style>
 a { background-color: #7688ab; }

 a { background-color: rgb(118,136,171); }

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

<style>
 span { border-color: #7688ab; }

 span { border-color: rgb(118,136,171); }

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