#768FAC

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

Shades of Ship Cove #768FAC

Tints of Ship Cove #768FAC

Color information

#768FAC (or 0x768FAC) is unknown color: approx Ship Cove. HEX triplet: 76, 8F and AC. RGB value is (118,143,172). Sum of RGB (Red+Green+Blue) = 118+143+172=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #768FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAC is #897053. Grayscale: #8A8A8A. Windows color (decimal): -9007188 or 11308918. OLE color: 11308918.

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

Color convert

RGB118143172-
CMYK0.310.1700.33
HSL212.22º24.55%56.86%-
HSV(B)212.22º31.4%67.45%-
XYZ24.7426.4842.84-
YUV138.83146.72113.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=27.25%
G=33.03%
B=39.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181431720.310.1700.33212.2224.5556.86
Hex768FAC1F11021d41939
Octal16621725437210413243171
Binary11101101000111110101100111111000101000011101010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768FAC; }

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

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

<style>
 a { background-color: #768FAC; }

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

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

<style>
 span { border-color: #768FAC; }

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

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