#768AAC

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

Shades of Ship Cove #768AAC

Tints of Ship Cove #768AAC

Color information

#768AAC (or 0x768AAC) is unknown color: approx Ship Cove. HEX triplet: 76, 8A and AC. RGB value is (118,138,172). Sum of RGB (Red+Green+Blue) = 118+138+172=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #768AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAC is #897553. Grayscale: #878787. Windows color (decimal): -9008468 or 11307638. OLE color: 11307638.

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

Color convert

RGB118138172-
CMYK0.310.2000.33
HSL217.78º24.55%56.86%-
HSV(B)217.78º31.4%67.45%-
XYZ24.0125.0142.59-
YUV135.9148.37115.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=27.57%
G=32.24%
B=40.19%

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
Decimal1181381720.310.2000.33217.7824.5556.86
Hex768AAC1F14021da1939
Octal16621225437240413323171
Binary11101101000101010101100111111010001000011101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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