#768BAC

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

Shades of Ship Cove #768BAC

Tints of Ship Cove #768BAC

Color information

#768BAC (or 0x768BAC) is unknown color: approx Ship Cove. HEX triplet: 76, 8B and AC. RGB value is (118,139,172). Sum of RGB (Red+Green+Blue) = 118+139+172=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #768BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BAC is #897453. Grayscale: #888888. Windows color (decimal): -9008212 or 11307894. OLE color: 11307894.

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

Color convert

RGB118139172-
CMYK0.310.1900.33
HSL216.67º24.55%56.86%-
HSV(B)216.67º31.4%67.45%-
XYZ24.1525.342.64-
YUV136.48148.04114.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=27.51%
G=32.40%
B=40.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181391720.310.1900.33216.6724.5556.86
Hex768BAC1F13021d91939
Octal16621325437230413313171
Binary11101101000101110101100111111001101000011101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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