#768DAC

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

Shades of Ship Cove #768DAC

Tints of Ship Cove #768DAC

Color information

#768DAC (or 0x768DAC) is unknown color: approx Ship Cove. HEX triplet: 76, 8D and AC. RGB value is (118,141,172). Sum of RGB (Red+Green+Blue) = 118+141+172=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #768DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAC is #897253. Grayscale: #898989. Windows color (decimal): -9007700 or 11308406. OLE color: 11308406.

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

Color convert

RGB118141172-
CMYK0.310.1800.33
HSL214.44º24.55%56.86%-
HSV(B)214.44º31.4%67.45%-
XYZ24.4425.8842.74-
YUV137.66147.38113.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=27.38%
G=32.71%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181411720.310.1800.33214.4424.5556.86
Hex768DAC1F12021d61939
Octal16621525437220413263171
Binary11101101000110110101100111111001001000011101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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