#7680AB

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

Shades of Ship Cove #7680AB

Tints of Ship Cove #7680AB

Color information

#7680AB (or 0x7680AB) is unknown color: approx Ship Cove. HEX triplet: 76, 80 and AB. RGB value is (118,128,171). Sum of RGB (Red+Green+Blue) = 118+128+171=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #7680AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680AB is #897F54. Grayscale: #818181. Windows color (decimal): -9011029 or 11239542. OLE color: 11239542.

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

Color convert

RGB118128171-
CMYK0.310.2500.33
HSL228.68º23.98%56.67%-
HSV(B)228.68º30.99%67.06%-
XYZ22.5422.2341.63-
YUV129.91151.19119.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=28.30%
G=30.70%
B=41.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181281710.310.2500.33228.6823.9856.67
Hex7680AB1F19021e51839
Octal16620025337310413453071
Binary11101101000000010101011111111100101000011110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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