#7680AC

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

Shades of Ship Cove #7680AC

Tints of Ship Cove #7680AC

Color information

#7680AC (or 0x7680AC) is unknown color: approx Ship Cove. HEX triplet: 76, 80 and AC. RGB value is (118,128,172). Sum of RGB (Red+Green+Blue) = 118+128+172=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7680AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680AC is #897F53. Grayscale: #818181. Windows color (decimal): -9011028 or 11305078. OLE color: 11305078.

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

Color convert

RGB118128172-
CMYK0.310.2600.33
HSL228.89º24.55%56.86%-
HSV(B)228.89º31.4%67.45%-
XYZ22.6422.2742.13-
YUV130.03151.69119.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=28.23%
G=30.62%
B=41.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181281720.310.2600.33228.8924.5556.86
Hex7680AC1F1A021e51939
Octal16620025437320413453171
Binary11101101000000010101100111111101001000011110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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